filechooserentry: Plug a memory leak

This commit is contained in:
Matthias Clasen
2023-04-12 12:08:14 +02:00
parent ca12226e7c
commit f66b6e5059

View File

@@ -600,6 +600,9 @@ model_items_changed_cb (GListModel *model,
DISPLAY_NAME_COLUMN, display_name,
-1);
g_free (display_name);
g_free (full_path);
g_clear_object (&info);
position++;