From 3fa6d51d47efaed7ee792333306f0f243e154de5 Mon Sep 17 00:00:00 2001 From: Corey Berla Date: Fri, 5 Aug 2022 09:08:23 -0700 Subject: pathbar: Don't unparent unparented popover --- src/nautilus-pathbar.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/nautilus-pathbar.c b/src/nautilus-pathbar.c index 1890aa85e..0c880f31c 100644 --- a/src/nautilus-pathbar.c +++ b/src/nautilus-pathbar.c @@ -321,7 +321,6 @@ nautilus_path_bar_finalize (GObject *object) g_clear_object (&self->extensions_section); g_clear_object (&self->templates_submenu); g_clear_object (&self->button_menu); - g_clear_pointer (&self->button_menu_popover, gtk_widget_unparent); g_clear_object (&self->current_view_menu_popover); g_free (self->os_name); -- cgit v1.2.1