projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7c4acac
)
filechooser: Plug a memory leak
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 27 Apr 2023 06:46:25 +0000
(08:46 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 27 Apr 2023 11:42:03 +0000
(13:42 +0200)
gtk/gtkfilechooserwidget.c
patch
|
blob
|
history
diff --git
a/gtk/gtkfilechooserwidget.c
b/gtk/gtkfilechooserwidget.c
index f529f3b970562df8e7457e2a329c19c7261fdd62..a639b6d763d1a0ca864db9915158f4695798b546 100644
(file)
--- 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