summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIgnacy KuchciƄski <ignacykuchcinski@gmail.com>2022-08-29 23:53:04 +0200
committerCorey Berla <corey@berla.me>2022-09-01 08:19:22 -0700
commitb1d9bf21095cbcf015b0e24d9e93959177e42671 (patch)
tree6e776cb73078429c68507d9d1c574c32a2f67d25
parentaef71b50277b02ee452fb4291de6b6766e19c6eb (diff)
downloadnautilus-b1d9bf21095cbcf015b0e24d9e93959177e42671.tar.gz
freedesktop-dbus: Call parent finalize function
-rw-r--r--src/nautilus-freedesktop-dbus.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nautilus-freedesktop-dbus.c b/src/nautilus-freedesktop-dbus.c
index 5cbbbad01..2eaebcc29 100644
--- a/src/nautilus-freedesktop-dbus.c
+++ b/src/nautilus-freedesktop-dbus.c
@@ -234,6 +234,8 @@ nautilus_freedesktop_dbus_finalize (GObject *object)
g_clear_pointer (&fdb->pending_open_locations, g_strfreev);
g_clear_pointer (&fdb->pending_open_windows_with_locations, g_variant_unref);
+
+ G_OBJECT_CLASS (nautilus_freedesktop_dbus_parent_class)->finalize (object);
}
static void