提交 1b6fa9fd 编写于 作者: R Rich Salz

Don't NULL check before calling DSO_free.

Reviewed-by: NBernd Edlinger <bernd.edlinger@hotmail.de>
(Merged from https://github.com/openssl/openssl/pull/4703)
上级 7aae0d33
......@@ -262,8 +262,7 @@ COMP_METHOD *COMP_zlib(void)
void comp_zlib_cleanup_int(void)
{
#ifdef ZLIB_SHARED
if (zlib_dso != NULL)
DSO_free(zlib_dso);
DSO_free(zlib_dso);
zlib_dso = NULL;
#endif
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册