From ee8decb3ed25e7358c0c02d60697211b02cd633e Mon Sep 17 00:00:00 2001 From: Corey Berla Date: Tue, 3 Jan 2023 14:02:52 -0800 Subject: Revert "window-slot: Unref new location" This reverts commit d45b820d4a082287ef52f538fc001009ad5204e1. This commit causes a crash. --- src/nautilus-window-slot.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/nautilus-window-slot.c b/src/nautilus-window-slot.c index adb9ebb35..c06dc3432 100644 --- a/src/nautilus-window-slot.c +++ b/src/nautilus-window-slot.c @@ -2587,8 +2587,6 @@ nautilus_window_slot_update_for_new_location (NautilusWindowSlot *self) nautilus_window_slot_set_location (self, new_location); - g_object_unref (new_location); - /* Sync the actions for this new location. */ nautilus_window_slot_sync_actions (self); } -- cgit v1.2.1