GDestroyNotify     63 lib/event/event.c                          NULL, (GDestroyNotify) g_free, (GDestroyNotify) g_tree_destroy);
GDestroyNotify    162 lib/event/manage.c                              (GDestroyNotify) g_free,
GDestroyNotify    163 lib/event/manage.c                              (GDestroyNotify) mc_event_group_destroy_value);
GDestroyNotify     66 lib/glibcompat.c g_clear_slist (GSList ** slist_ptr, GDestroyNotify destroy)
GDestroyNotify     97 lib/glibcompat.c g_clear_list (GList ** list_ptr, GDestroyNotify destroy)
GDestroyNotify    130 lib/glibcompat.c g_queue_clear_full (GQueue * queue, GDestroyNotify free_func)
GDestroyNotify     20 lib/glibcompat.h void g_clear_slist (GSList ** slist_ptr, GDestroyNotify destroy);
GDestroyNotify     21 lib/glibcompat.h void g_clear_list (GList ** list_ptr, GDestroyNotify destroy);
GDestroyNotify     25 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    799 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   1222 src/filemanager/mountlist.c         g_slist_free_full (mount_list, (GDestroyNotify) free_mount_entry);
GDestroyNotify   1476 src/filemanager/mountlist.c     g_clear_slist (&mc_mount_list, (GDestroyNotify) free_mount_entry);
GDestroyNotify   1556 src/filemanager/panel.c     g_slist_free_full (p->format, (GDestroyNotify) format_item_free);
GDestroyNotify   1557 src/filemanager/panel.c     g_slist_free_full (p->status_format, (GDestroyNotify) format_item_free);
GDestroyNotify   1869 src/filemanager/panel.c             g_slist_free_full (home, (GDestroyNotify) format_item_free);
GDestroyNotify   4689 src/filemanager/panel.c         g_slist_free_full (p->format, (GDestroyNotify) format_item_free);
GDestroyNotify   4704 src/filemanager/panel.c             g_slist_free_full (p->status_format, (GDestroyNotify) format_item_free);
GDestroyNotify    536 src/main.c             g_list_free_full ((GList *) mc_run_param0, (GDestroyNotify) mcedit_arg_free);