提交 8314146a 编写于 作者: P Pascal Cuoq 提交者: Kurt Roeckx

Don't check pointer we just freed, always set it to NULL.

Signed-off-by: NKurt Roeckx <kurt@roeckx.be>
Reviewed-by: NRich Salz <rsalz@openssl.org>
MR #1231
上级 c804d23d
......@@ -249,6 +249,5 @@ void asn1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it)
ASN1_STRING_free((ASN1_STRING *)*pval);
break;
}
if (*pval)
*pval = NULL;
*pval = NULL;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册