mirror of
https://github.com/openssl/openssl.git
synced 2025-01-18 13:44:20 +08:00
Catch V_ASN1_NULL.
This commit is contained in:
parent
28a63d3e6f
commit
3f8b90c345
@ -315,6 +315,8 @@ static void ASN1_TYPE_component_free(ASN1_TYPE *a)
|
||||
case V_ASN1_OBJECT:
|
||||
ASN1_OBJECT_free(a->value.object);
|
||||
break;
|
||||
case V_ASN1_NULL:
|
||||
break;
|
||||
case V_ASN1_INTEGER:
|
||||
case V_ASN1_NEG_INTEGER:
|
||||
case V_ASN1_ENUMERATED:
|
||||
|
Loading…
Reference in New Issue
Block a user