[nautilus/wip/coreyberla/window-dispose: 106/107] window: Chaining up causes window to be finalized twice




commit b385698f4cc1aa1a2a7ca8d64a441163ac794cee
Author: Corey Berla <corey berla me>
Date:   Fri Aug 5 09:09:35 2022 -0700

    window: Chaining up causes window to be finalized twice

 src/nautilus-window.c | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index ca037ab1a..e3ad8fc2c 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -1639,8 +1639,6 @@ nautilus_window_finalize (GObject *object)
 
     /* nautilus_window_close() should have run */
     g_assert (window->slots == NULL);
-
-    G_OBJECT_CLASS (nautilus_window_parent_class)->finalize (object);
 }
 
 static void


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