From 58ad2e34513e557c1169712dfa9743c86b169884 Mon Sep 17 00:00:00 2001 From: pmf Date: Tue, 6 May 2008 19:53:14 +0000 Subject: [PATCH] textDump: fix calls to lttv_hooks_remove_data() git-svn-id: http://ltt.polymtl.ca/svn@2891 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/text/textDump.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ltt/branches/poly/lttv/modules/text/textDump.c b/ltt/branches/poly/lttv/modules/text/textDump.c index 1098ce15..4cbbb7bb 100644 --- a/ltt/branches/poly/lttv/modules/text/textDump.c +++ b/ltt/branches/poly/lttv/modules/text/textDump.c @@ -451,9 +451,9 @@ static void destroy() lttv_hooks_remove_data(before_trace, write_trace_header, NULL); - lttv_hooks_remove_data(before_trace, write_traceset_header, NULL); + lttv_hooks_remove_data(before_traceset, write_traceset_header, NULL); - lttv_hooks_remove_data(before_trace, write_traceset_footer, NULL); + lttv_hooks_remove_data(after_tracecet, write_traceset_footer, NULL); } -- 2.34.1