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




commit 32e0faecfcdf8fd913ee6c897b675d5643bc51cc
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 e43078a2b..e6abc0262 100644
--- a/src/nautilus-tag-manager.c
+++ b/src/nautilus-tag-manager.c
@@ -574,6 +574,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]