From b485e5b7e3b2eb8289bf3948d02cc79b9951ba86 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Mon, 1 Oct 2001 17:20:28 +0000 Subject: [PATCH 1/1] Woopsie... --- crypto/engine/eng_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crypto/engine/eng_lib.c b/crypto/engine/eng_lib.c index d29258c04e..5103fd4154 100644 --- a/crypto/engine/eng_lib.c +++ b/crypto/engine/eng_lib.c @@ -160,7 +160,7 @@ void engine_cleanup_add_last(ENGINE_CLEANUP_CB *cb) static void engine_cleanup_cb_free(ENGINE_CLEANUP_ITEM *item) { (*(item->cb))(); - OPENSSL_free(cb); + OPENSSL_free(item); } void ENGINE_cleanup(void) { -- 2.34.1