summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorGaël Bonithon <gael@xfce.org>2021-12-14 19:38:58 +0100
committerGaël Bonithon <gael@xfce.org>2021-12-14 19:57:20 +0100
commit56496090dfd7d3f7cc2f2f778d5993a2df05d057 (patch)
tree2cff2bf87a4ca7d73102a1b15f8181b1b35519d0 /plugins
parente8f7b79706a3c3aeac41a385f0205b1f4c890f0d (diff)
downloadtumbler-56496090dfd7d3f7cc2f2f778d5993a2df05d057.tar.gz
xdg-cache: Chain-up to parent in `finalize()`
Diffstat (limited to 'plugins')
-rw-r--r--plugins/xdg-cache/xdg-cache-cache.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/xdg-cache/xdg-cache-cache.c b/plugins/xdg-cache/xdg-cache-cache.c
index 74583f2..15ef219 100644
--- a/plugins/xdg-cache/xdg-cache-cache.c
+++ b/plugins/xdg-cache/xdg-cache-cache.c
@@ -147,6 +147,8 @@ xdg_cache_cache_finalize (GObject *object)
XDGCacheCache *cache = XDG_CACHE_CACHE (object);
g_list_free_full (cache->flavors, g_object_unref);
+
+ G_OBJECT_CLASS (xdg_cache_cache_parent_class)->finalize (object);
}