xbps-repo: no need to release dict from xbps_rpool_xxx.

This commit is contained in:
Juan RP 2012-09-30 08:11:51 +02:00
parent f7a4718de9
commit 0ab888a79c

View File

@ -277,7 +277,6 @@ main(int argc, char **argv)
goto out;
}
rv = show_pkg_files(pkgd);
prop_object_release(pkgd);
} else if (strcasecmp(argv[0], "find-files") == 0) {
/* Finds files by patterns, exact matches and components. */
if (argc < 2)