filechooserentry: Plug a memory leak

This commit is contained in:
Matthias Clasen
2023-04-12 12:08:14 +02:00
parent 2b8fd89fd5
commit 4df7273266

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++;