From ba0cdabe1e1f0aff73843b50b578a371e2764ccb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 27 Sep 2014 12:22:13 +0200 Subject: [PATCH] bin/xbps-pkgdb/check.c: fix assertion due to double free. --- bin/xbps-pkgdb/check.c | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/xbps-pkgdb/check.c b/bin/xbps-pkgdb/check.c index b8daf8e6..f536bcb1 100644 --- a/bin/xbps-pkgdb/check.c +++ b/bin/xbps-pkgdb/check.c @@ -105,7 +105,6 @@ check_pkg_integrity(struct xbps_handle *xhp, xbps_object_release(filesd); fprintf(stderr, "%s: metadata file has been " "modified!\n", pkgname); - xbps_object_release(filesd); return 1; } }