From 3512eb9905039f0dad597d7591a45b7fa763d2d7 Mon Sep 17 00:00:00 2001 From: Stefano Karapetsas Date: Sun, 6 Oct 2013 18:12:22 +0200 Subject: Properly free GHashTable in properties window Closes #178 https://github.com/mate-desktop/mate-file-manager/issues/178 I had to recover two functions previously removed in eel-glib-extensions. --- src/file-manager/fm-properties-window.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/file-manager/fm-properties-window.c b/src/file-manager/fm-properties-window.c index 854de866..983cfe3b 100644 --- a/src/file-manager/fm-properties-window.c +++ b/src/file-manager/fm-properties-window.c @@ -3423,7 +3423,7 @@ get_initial_emblems (GList *files) ret = g_hash_table_new_full (g_direct_hash, g_direct_equal, NULL, - (GDestroyNotify) g_free); + (GDestroyNotify) eel_g_list_free_deep); for (l = files; l != NULL; l = l->next) { CajaFile *file; -- cgit v1.2.1