From: Matthias Clasen Date: Thu, 27 Apr 2023 06:46:25 +0000 (+0200) Subject: filechooser: Plug a memory leak X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~356 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=bedc3dba7efe3b9d480cbaa94e293101fb6cbdb3;p=gtk4.git filechooser: Plug a memory leak --- diff --git a/gtk/gtkfilechooserwidget.c b/gtk/gtkfilechooserwidget.c index f529f3b970..a639b6d763 100644 --- a/gtk/gtkfilechooserwidget.c +++ b/gtk/gtkfilechooserwidget.c @@ -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