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

Cleanup the EVP_MD_CTX before exit rather than after

Reviewed-by: NMatt Caswell <matt@openssl.org>
上级 3cb9fd97
......@@ -136,8 +136,8 @@ int main(int argc, char *argv[])
if (err)
printf("ERROR: %d\n", err);
#endif
EXIT(err);
EVP_MD_CTX_free(c);
EXIT(err);
return (0);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册