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




commit 5bf87e6bdbb1ed50dc3fe92a37b7172fe3803336
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 | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/src/nautilus-window.c b/src/nautilus-window.c
index ca037ab1a..ab3a1dbae 100644
--- a/src/nautilus-window.c
+++ b/src/nautilus-window.c
@@ -1640,7 +1640,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]