From: Richard Levitte Date: Mon, 1 Oct 2001 17:20:28 +0000 (+0000) Subject: Woopsie... X-Git-Tag: OpenSSL-engine-0_9_6c~39^2~105 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b485e5b7e3b2eb8289bf3948d02cc79b9951ba86;p=openssl Woopsie... --- 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) {