[nautilus/wip/antoniof/meets-valgrind: 20/22] tag-manager: Release home GFile in ::finalize




commit f9787a4453667365b2fb19177433fc4de5115858
Author: António Fernandes <antoniof gnome org>
Date:   Sat Dec 19 13:14:24 2020 +0000

    tag-manager: Release home GFile in ::finalize

 src/nautilus-tag-manager.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/nautilus-tag-manager.c b/src/nautilus-tag-manager.c
index 4ef189519..32a9230ae 100644
--- a/src/nautilus-tag-manager.c
+++ b/src/nautilus-tag-manager.c
@@ -539,6 +539,7 @@ nautilus_tag_manager_finalize (GObject *object)
     g_clear_object (&self->query_starred_files);
 
     g_hash_table_destroy (self->starred_file_uris);
+    g_clear_object (&self->home);
 
     G_OBJECT_CLASS (nautilus_tag_manager_parent_class)->finalize (object);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]