diff --git a/lib/transaction_fetch.c b/lib/transaction_fetch.c index 658988cd..67c8ecbf 100644 --- a/lib/transaction_fetch.c +++ b/lib/transaction_fetch.c @@ -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) {