From 0ab888a79c181a15a9f5fc9515dee02e5cd7df94 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 30 Sep 2012 08:11:51 +0200 Subject: [PATCH] xbps-repo: no need to release dict from xbps_rpool_xxx. --- bin/xbps-repo/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/xbps-repo/main.c b/bin/xbps-repo/main.c index d5368281..5b586a54 100644 --- a/bin/xbps-repo/main.c +++ b/bin/xbps-repo/main.c @@ -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)