From 53ac91316921e188b4e778a7b766016d4a6dd2a2 Mon Sep 17 00:00:00 2001 From: compudj Date: Mon, 25 Jul 2005 20:36:32 +0000 Subject: [PATCH] filter fix git-svn-id: http://ltt.polymtl.ca/svn@972 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c index 063b7cf2..d30a490d 100644 --- a/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c +++ b/ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c @@ -4124,6 +4124,8 @@ Tab* create_tab(MainWindow * mw, Tab *copy_tab, /* The filter must always be in sync with the trace set */ if(copy_tab->filter != NULL) tab->filter = lttv_filter_clone(copy_tab->filter); + else + tab->filter = NULL; } else { tab->traceset_info->traceset = lttv_traceset_new(); -- 2.34.1