GDestroyNotify     62 lib/event/event.c                                           (GDestroyNotify) g_free, (GDestroyNotify) g_tree_destroy);
GDestroyNotify    160 lib/event/manage.c             g_tree_new_full ((GCompareDataFunc) g_ascii_strcasecmp, NULL, (GDestroyNotify) g_free,
GDestroyNotify    161 lib/event/manage.c                              (GDestroyNotify) mc_event_group_destroy_value);
GDestroyNotify    117 lib/glibcompat.c g_clear_slist (GSList **slist_ptr, GDestroyNotify destroy)
GDestroyNotify    148 lib/glibcompat.c g_clear_list (GList **list_ptr, GDestroyNotify destroy)
GDestroyNotify    181 lib/glibcompat.c g_queue_clear_full (GQueue *queue, GDestroyNotify free_func)
GDestroyNotify     24 lib/glibcompat.h void g_clear_slist (GSList **slist_ptr, GDestroyNotify destroy);
GDestroyNotify     25 lib/glibcompat.h void g_clear_list (GList **list_ptr, GDestroyNotify destroy);
GDestroyNotify     29 lib/glibcompat.h void g_queue_clear_full (GQueue *queue, GDestroyNotify free_func);
GDestroyNotify     37 lib/widget/history.h     GDestroyNotify free;                // function to destroy element of @list
GDestroyNotify    801 lib/widget/listbox.c             g_queue_free_full (l->list, (GDestroyNotify) listbox_entry_free);
GDestroyNotify    650 lib/widget/menu.c     g_clear_list (&menubar->menu, (GDestroyNotify) menu_free);
GDestroyNotify    952 lib/widget/menu.c     g_list_free_full (menu->entries, (GDestroyNotify) menu_entry_free);
GDestroyNotify    239 src/file_history.c     g_list_free_full (hd.list, (GDestroyNotify) file_history_free_item);
GDestroyNotify   1204 src/filemanager/mountlist.c         g_slist_free_full (mount_list, (GDestroyNotify) free_mount_entry);
GDestroyNotify   1453 src/filemanager/mountlist.c     g_clear_slist (&mc_mount_list, (GDestroyNotify) free_mount_entry);
GDestroyNotify   1409 src/filemanager/panel.c     g_slist_free_full (p->format, (GDestroyNotify) format_item_free);
GDestroyNotify   1410 src/filemanager/panel.c     g_slist_free_full (p->status_format, (GDestroyNotify) format_item_free);
GDestroyNotify   1728 src/filemanager/panel.c             g_slist_free_full (home, (GDestroyNotify) format_item_free);
GDestroyNotify   4639 src/filemanager/panel.c         g_slist_free_full (p->format, (GDestroyNotify) format_item_free);
GDestroyNotify   4654 src/filemanager/panel.c             g_slist_free_full (p->status_format, (GDestroyNotify) format_item_free);
GDestroyNotify    538 src/main.c             g_list_free_full ((GList *) mc_run_param0, (GDestroyNotify) edit_arg_free);