X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2FAPI%2Ftoolbar.c;h=ff16c42dcfb582d9fdf15a06f5f92f892bce4744;hb=f7afe191fd58f0bf4bab9c9514c261535b99d32b;hp=48dc5947449b47f8e285599c6873c40b3f2baca8;hpb=7a859036ac53f538bd0ff723a1b450d7f26fa733;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); }