free cleanup 12
authorRich Salz <rsalz@openssl.org>
Thu, 30 Apr 2015 22:10:52 +0000 (18:10 -0400)
committerRich Salz <rsalz@openssl.org>
Thu, 30 Apr 2015 22:10:52 +0000 (18:10 -0400)
commit895cba195a0c8430dcc8d1aa22b75eccaaee8f49
tree198a8361064426dbc73c52143123835dfc8017a2
parentb0696f8b0b6e9a837e0abe4d79a8219e287c9036
free cleanup 12

Don't check for NULL before calling free function.  This gets:
        NAME_CONSTRAINTS_free GENERAL_SUBTREE_free ECDSA_METHOD_free
        JPAKE_CTX_free OCSP_REQ_CTX_free SCT_free SRP_VBASE_free
        SRP_gN_free SRP_user_pwd_free TXT_DB_free

Reviewed-by: Richard Levitte <levitte@openssl.org>
apps/apps.c
apps/ocsp.c
crypto/ecdsa/ecs_lib.c
crypto/jpake/jpake.c
crypto/ocsp/ocsp_ht.c
crypto/srp/srp_vfy.c
crypto/x509v3/v3_ncons.c
crypto/x509v3/v3_scts.c
include/openssl/srp.h