提交 b485e5b7 编写于 作者: R Richard Levitte

Woopsie...

上级 d1cc7b8f
......@@ -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)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册