Catch V_ASN1_NULL.
authorRichard Levitte <levitte@openssl.org>
Fri, 22 Sep 2000 13:15:16 +0000 (13:15 +0000)
committerRichard Levitte <levitte@openssl.org>
Fri, 22 Sep 2000 13:15:16 +0000 (13:15 +0000)
crypto/asn1/a_type.c

index cf716027d3b0e56278561aa7318e2441368f44a3..e72a6b29e0f0975fda35e1c2da94fb51e705c1e9 100644 (file)
@@ -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: