From 26ea72be8f234dfcb689a9db13d6dab27fcc6662 Mon Sep 17 00:00:00 2001 From: Saffith Date: Sun, 26 May 2019 23:48:23 -0400 Subject: Unref GtkUIManager so "Open with" menu is freed. --- src/eom-window.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/eom-window.c b/src/eom-window.c index 5e9109d..fa47096 100644 --- a/src/eom-window.c +++ b/src/eom-window.c @@ -945,6 +945,7 @@ eom_window_update_openwith_menu (EomWindow *window, EomImage *image) if (priv->actions_open_with != NULL) { gtk_ui_manager_remove_action_group (priv->ui_mgr, priv->actions_open_with); + g_object_unref (priv->actions_open_with); priv->actions_open_with = NULL; } -- cgit v1.2.1