xbps-repo: fix a memleak in the 'find-files' target.
This commit is contained in:
parent
a7886f62db
commit
f2c33b0b08
@ -116,6 +116,7 @@ find_files_in_package(struct repository_pool_index *rpi, void *arg, bool *done)
|
|||||||
if (rv == -1)
|
if (rv == -1)
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
prop_object_release(files_keys);
|
||||||
prop_object_release(pkg_filesd);
|
prop_object_release(pkg_filesd);
|
||||||
if (rv == -1)
|
if (rv == -1)
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user