bin/xbps-pkgdb/check.c: fix assertion due to double free.

This commit is contained in:
Juan RP 2014-09-27 12:22:13 +02:00
parent 97045960f9
commit ba0cdabe1e

View File

@ -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;
}
}