bin/xbps-pkgdb/check.c: fix assertion due to double free.
This commit is contained in:
parent
97045960f9
commit
ba0cdabe1e
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user