From 46cf9187cb1153bf860513041643da04a45d1bf1 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 7 Jul 2022 15:26:59 +0200 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- sum_fd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sum_fd.c') diff --git a/sum_fd.c b/sum_fd.c index 73a5a5a..c4f41d0 100644 --- a/sum_fd.c +++ b/sum_fd.c @@ -52,7 +52,7 @@ libsha1_sum_fd(int fd, enum libsha1_algorithm algorithm, void *restrict hashsum) if (errno == EINTR) continue; #if ALLOCA_LIMIT <= 0 - free(chunk); + free(chunk); #endif return -1; } -- cgit v1.2.3-70-g09d2