X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FAPI%2Ftoolbar.c;h=ff16c42dcfb582d9fdf15a06f5f92f892bce4744;hb=606309a4411d7405f9d3ab0ce151cf9896f853a4;hp=48dc5947449b47f8e285599c6873c40b3f2baca8;hpb=c4c15b5edc7c90041add373336ab19ce87c05e0b;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/API/toolbar.c b/ltt/branches/poly/lttv/modules/gui/API/toolbar.c index 48dc5947..ff16c42d 100644 --- a/ltt/branches/poly/lttv/modules/gui/API/toolbar.c +++ b/ltt/branches/poly/lttv/modules/gui/API/toolbar.c @@ -9,6 +9,7 @@ inline LttvToolbars *lttv_toolbars_new() { * (functions). */ inline void lttv_toolbars_destroy(LttvToolbars *h) { + g_critical("lttv_toolbars_destroy"); g_array_free(h, TRUE); }