[nautilus/wip/coreyberla/window-dispose: 1/2] window: Chaining up causes window to be finalized twice
- From: Corey Berla <coreyberla src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus/wip/coreyberla/window-dispose: 1/2] window: Chaining up causes window to be finalized twice
- Date: Fri, 5 Aug 2022 17:18:17 +0000 (UTC)
commit 7358346e6773aff17152646b09c48cfd128dccd9
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]