X-Git-Url: http://git.liburcu.org/?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2FguiControlFlow%2Fmodule.c;h=216688fb380bc19e8f5395472c5820811f6c6858;hb=68997a228f7f14486fa61714161911434bfb8a23;hp=7e5ab92ec2ab172bdfa7fae0b6364607090f02b2;hpb=ba90bc77f7ef2ffc59cc08b6234c61274cdd4396;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/module.c b/ltt/branches/poly/lttv/modules/guiControlFlow/module.c index 7e5ab92e..216688fb 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/module.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/module.c @@ -34,7 +34,7 @@ static LttvModule *Main_Win_Module; /** Array containing instanced objects. Used when module is unloaded */ -GSList *gControl_Flow_Data_List = NULL ; +GSList *g_control_flow_data_list = NULL ; @@ -87,9 +87,9 @@ G_MODULE_EXPORT void destroy() { g_info("GUI Control Flow Viewer destroy()"); int i; - g_slist_foreach(gControl_Flow_Data_List, destroy_walk, NULL ); + g_slist_foreach(g_control_flow_data_list, destroy_walk, NULL ); - g_slist_free(gControl_Flow_Data_List); + g_slist_free(g_control_flow_data_list); /* Unregister the toolbar insert button */ toolbar_item_unreg(h_guicontrolflow);