lib/transaction_fetch.c: fix memory leak

This commit is contained in:
Duncaen 2019-07-07 14:41:11 +02:00 committed by Juan RP
parent 143b13f9e6
commit 3854bd103f

View File

@ -176,6 +176,7 @@ download_binpkg(struct xbps_handle *xhp, xbps_dictionary_t repo_pkgd)
*sigsuffix = '\0';
(void)remove(buf);
}
free(digest);
}
if (rv == EPERM) {