From 311e7f461780fe97ef18ddd2134c932ba90f1b7a Mon Sep 17 00:00:00 2001 From: yangxx Date: Tue, 19 Aug 2003 20:57:16 +0000 Subject: [PATCH] git-svn-id: http://ltt.polymtl.ca/svn@180 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/batchAnalysis.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ltt/branches/poly/lttv/batchAnalysis.c b/ltt/branches/poly/lttv/batchAnalysis.c index 6f499ce1..83d46f2d 100644 --- a/ltt/branches/poly/lttv/batchAnalysis.c +++ b/ltt/branches/poly/lttv/batchAnalysis.c @@ -136,6 +136,7 @@ G_MODULE_EXPORT void destroy() lttv_hooks_destroy(after_tracefile); lttv_hooks_destroy(before_event); lttv_hooks_destroy(after_event); + lttv_hooks_remove_data(main_hooks, process_traceset, NULL); nb = lttv_traceset_number(traceset); for(i = 0 ; i < nb ; i++) { -- 2.34.1