Fix to the -revoke option in ca. It was leaking memory, crashing and just
[openssl.git] / apps / req.c
index a395c39f4b3f9d68191054429632c7ddd91971f1..cf91012cf40cd68793dbac59737a88fc3cd247e9 100644 (file)
@@ -845,6 +845,7 @@ end:
        X509_free(x509ss);
        X509V3_EXT_cleanup();
        OBJ_cleanup();
+       ASN1_STRING_TABLE_cleanup();
 #ifndef NO_DSA
        if (dsa_params != NULL) DSA_free(dsa_params);
 #endif