From: pmf Date: Tue, 6 May 2008 19:53:14 +0000 (+0000) Subject: textDump: fix calls to lttv_hooks_remove_data() X-Git-Tag: v0.12.20~598 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=58ad2e34513e557c1169712dfa9743c86b169884;hp=d5160b2be9f77dcb9a0046fde5ec1f7da9498450;p=lttv.git textDump: fix calls to lttv_hooks_remove_data() git-svn-id: http://ltt.polymtl.ca/svn@2891 04897980-b3bd-0310-b5e0-8ef037075253 --- 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); }