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




commit 45682c531f0df53039cc67ba664ba3bb815205d0
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 f1e1e341a..8606c4443 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]