lib/transaction_fetch.c: fix memory leak
This commit is contained in:
parent
143b13f9e6
commit
3854bd103f
@ -176,6 +176,7 @@ download_binpkg(struct xbps_handle *xhp, xbps_dictionary_t repo_pkgd)
|
|||||||
*sigsuffix = '\0';
|
*sigsuffix = '\0';
|
||||||
(void)remove(buf);
|
(void)remove(buf);
|
||||||
}
|
}
|
||||||
|
free(digest);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (rv == EPERM) {
|
if (rv == EPERM) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user