xbps-bin: fix a memleak in the 'find-files' target.

This commit is contained in:
Juan RP 2010-12-24 05:21:22 +01:00
parent cdecb7f793
commit a7886f62db

View File

@ -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;