bin/xbps-rindex/index-add.c: fix a mistake in previous cleanups.
This commit is contained in:
parent
dacbb2f22f
commit
119d059c9b
@ -268,8 +268,5 @@ out:
|
|||||||
if (tmprepodir) {
|
if (tmprepodir) {
|
||||||
free(tmprepodir);
|
free(tmprepodir);
|
||||||
}
|
}
|
||||||
if (repodir) {
|
|
||||||
free(repodir);
|
|
||||||
}
|
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user