filter fix
authorcompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 25 Jul 2005 20:36:32 +0000 (20:36 +0000)
committercompudj <compudj@04897980-b3bd-0310-b5e0-8ef037075253>
Mon, 25 Jul 2005 20:36:32 +0000 (20:36 +0000)
git-svn-id: http://ltt.polymtl.ca/svn@972 04897980-b3bd-0310-b5e0-8ef037075253

ltt/branches/poly/lttv/modules/gui/lttvwindow/lttvwindow/callbacks.c

index 063b7cf2b62a590b75faf71d1b118ba8161938dd..d30a490da2399f450e6b683dd00f1ff957011a30 100644 (file)
@@ -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();
This page took 0.026959 seconds and 4 git commands to generate.