From 0f0e6043279e4c587c9cfcd83ad561b02bff8889 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Fri, 6 Mar 2009 13:58:47 -0800 Subject: [PATCH] shash: Don't free block we didn't allocate in shash_destroy(). --- lib/shash.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/shash.c b/lib/shash.c index a6a2d7b1..84485888 100644 --- a/lib/shash.c +++ b/lib/shash.c @@ -53,7 +53,6 @@ shash_destroy(struct shash *sh) { if (sh) { shash_clear(sh); - free(sh); } } -- 2.30.2