xbps-repo: no need to release dict from xbps_rpool_xxx.
This commit is contained in:
parent
f7a4718de9
commit
0ab888a79c
@ -277,7 +277,6 @@ main(int argc, char **argv)
|
|||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
rv = show_pkg_files(pkgd);
|
rv = show_pkg_files(pkgd);
|
||||||
prop_object_release(pkgd);
|
|
||||||
} else if (strcasecmp(argv[0], "find-files") == 0) {
|
} else if (strcasecmp(argv[0], "find-files") == 0) {
|
||||||
/* Finds files by patterns, exact matches and components. */
|
/* Finds files by patterns, exact matches and components. */
|
||||||
if (argc < 2)
|
if (argc < 2)
|
||||||
|
Loading…
Reference in New Issue
Block a user