diff --git a/bin/xbps-bin/find-files.c b/bin/xbps-bin/find-files.c index 6b8acdd2..9419d746 100644 --- a/bin/xbps-bin/find-files.c +++ b/bin/xbps-bin/find-files.c @@ -110,6 +110,7 @@ find_files_in_packages(const char *pattern) if (rv == -1) break; } + prop_object_release(files_keys); prop_object_release(pkg_filesd); if (rv == -1) break;