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