We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e88e9c commit f3143cbCopy full SHA for f3143cb
1 file changed
bin/xbps-query/show-deps.c
@@ -63,6 +63,7 @@ show_pkg_deps(struct xbps_handle *xhp, const char *pkgname, bool repomode, bool
63
xbps_array_get_cstring_nocopy(rdeps, i, &pkgdep);
64
puts(pkgdep);
65
}
66
+ xbps_object_release(rdeps);
67
return 0;
68
69
0 commit comments