g_list_free_full  108 lib/glibcompat.c             g_list_free_full (list, destroy);
g_list_free_full  116 lib/mcconfig/history.c         g_list_free_full (history, g_free);
g_list_free_full  298 lib/widget/history.c     g_list_free_full (hd->list, hd->free);
g_list_free_full  869 lib/widget/input.c         g_list_free_full (in->history.list, g_free);
g_list_free_full  952 lib/widget/menu.c     g_list_free_full (menu->entries, (GDestroyNotify) menu_entry_free);
g_list_free_full  620 lib/widget/quick.c     g_list_free_full (input_labels, g_free);    /* destroy input labels created before */
g_list_free_full  239 src/file_history.c     g_list_free_full (hd.list, (GDestroyNotify) file_history_free_item);
g_list_free_full 1550 src/filemanager/panel.c         g_list_free_full (p->dir_history.list, g_free);
g_list_free_full  894 src/filemanager/treestore.c     g_list_free_full (the_queue, queue_vpath_free);
g_list_free_full  536 src/main.c             g_list_free_full ((GList *) mc_run_param0, (GDestroyNotify) mcedit_arg_free);