projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1cc7b8
)
Woopsie...
author
Richard Levitte
<levitte@openssl.org>
Mon, 1 Oct 2001 17:20:28 +0000
(17:20 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Mon, 1 Oct 2001 17:20:28 +0000
(17:20 +0000)
crypto/engine/eng_lib.c
patch
|
blob
|
history
diff --git
a/crypto/engine/eng_lib.c
b/crypto/engine/eng_lib.c
index d29258c04e88e133cb5e3447a761bdc151784c0d..5103fd4154983b11c63dc871748fe6b6da0cb48c 100644
(file)
--- 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)
{