filechooser: Plug a memory leak
authorMatthias Clasen <mclasen@redhat.com>
Thu, 27 Apr 2023 06:46:25 +0000 (08:46 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 27 Apr 2023 11:42:03 +0000 (13:42 +0200)
gtk/gtkfilechooserwidget.c

index f529f3b970562df8e7457e2a329c19c7261fdd62..a639b6d763d1a0ca864db9915158f4695798b546 100644 (file)
@@ -1653,6 +1653,8 @@ check_file_list_popover_sensitivity (GtkFileChooserWidget *impl)
       g_simple_action_set_enabled (trash_action, FALSE);
       g_simple_action_set_enabled (delete_action, FALSE);
     }
+
+  g_clear_object (&info);
 }
 
 static void