xbps_remove_pkg: fix a double free.

This commit is contained in:
Juan RP 2013-02-19 14:58:56 +01:00
parent 3357683215
commit eb61aabca8

View File

@ -348,7 +348,6 @@ purge:
*/
buf = xbps_xasprintf("%s/.%s.plist", xhp->metadir, pkgname);
if (remove(buf) == -1) {
free(buf);
if (errno != ENOENT) {
xbps_set_cb_state(xhp, XBPS_STATE_REMOVE_FAIL,
rv, pkgname, version,