regpkgdb rototill: renamed to pkgdb, improve the public API.
This commit is contained in:
@@ -136,10 +136,12 @@ extract_metafile(struct archive *ar,
|
||||
rv, pkgname, version,
|
||||
"%s: [unpack] failed to extract metafile `%s': %s",
|
||||
pkgver, file, strerror(rv));
|
||||
free(dirc);
|
||||
free(pkgname);
|
||||
return rv;
|
||||
}
|
||||
free(pkgname);
|
||||
free(dirc);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user