mirror of
https://github.com/flatpak/flatpak.git
synced 2026-06-27 09:47:02 -04:00
oci: Fix leak
This commit is contained in:
@@ -2606,7 +2606,7 @@ clean_unused_icons_recurse (int icons_dfd,
|
||||
GCancellable *cancellable,
|
||||
GError **error)
|
||||
{
|
||||
GLnxDirFdIterator iter = { 0, };
|
||||
g_auto(GLnxDirFdIterator) iter = { 0, };
|
||||
gboolean any_found = FALSE;
|
||||
|
||||
if (!glnx_dirfd_iterator_init_at (icons_dfd,
|
||||
|
||||
Reference in New Issue
Block a user