[nautilus] freedesktop-dbus: Call parent finalize function
- From: António Fernandes <antoniof src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus] freedesktop-dbus: Call parent finalize function
- Date: Tue, 30 Aug 2022 23:08:36 +0000 (UTC)
commit d62702b0d90dfd77036b484a33ddd232d94f65b3
Author: Ignacy Kuchciński <ignacykuchcinski gmail com>
Date: Mon Aug 29 23:53:04 2022 +0200
freedesktop-dbus: Call parent finalize function
src/nautilus-freedesktop-dbus.c | 2 ++
1 file changed, 2 insertions(+)
---
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]