mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
gio: Fix GFileEnumerator leaks in gio tools
This commit is contained in:
@@ -204,6 +204,8 @@ trash_list (GFile *file,
|
||||
res = FALSE;
|
||||
}
|
||||
|
||||
g_object_unref (enumerator);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user