mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 08:58:54 +02:00
gio: Fix GFileEnumerator leaks in gio tools
This commit is contained in:
committed by
Philip Withnall
parent
d23ca8c7db
commit
2dd1395e05
@@ -204,6 +204,8 @@ trash_list (GFile *file,
|
||||
res = FALSE;
|
||||
}
|
||||
|
||||
g_object_unref (enumerator);
|
||||
|
||||
return res;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user