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

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

View File

@ -116,6 +116,7 @@ find_files_in_package(struct repository_pool_index *rpi, void *arg, bool *done)
if (rv == -1)
break;
}
prop_object_release(files_keys);
prop_object_release(pkg_filesd);
if (rv == -1)
break;