X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fstatistics%2Fstatistics.c;h=04ca3a7d855f336a0f1fc759939d85f2cdf3b121;hb=e4d09234e0fed7127d7b30148ca850da76c4ffeb;hp=7541336de51bdbd6fff5f08987d0dfcead20e24a;hpb=b6374ffa885352d25b2bf20233b7e8a5daf15552;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c b/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c index 7541336d..04ca3a7d 100644 --- a/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c +++ b/ltt/branches/poly/lttv/modules/gui/statistics/statistics.c @@ -22,7 +22,7 @@ #include #include -#include +#include #include #include #include @@ -191,6 +191,7 @@ gui_statistic_destructor(StatisticViewerData *statistic_viewer_data) { /* May already been done by GTK window closing */ if(GTK_IS_WIDGET(statistic_viewer_data->hpaned_v)){ + gui_statistic_free(statistic_viewer_data); gtk_widget_destroy(statistic_viewer_data->hpaned_v); statistic_viewer_data = NULL; }