commit | 2ace745022f5af0709297e96eb0b0829c87c4291 | [log] [tgz] |
---|---|---|
author | Rich Salz <rsalz@openssl.org> | Thu Apr 30 11:30:03 2015 -0400 |
committer | Rich Salz <rsalz@openssl.org> | Thu Apr 30 11:31:07 2015 -0400 |
tree | 4352672cd8681d1df32edd39443c50a98fe0b065 | |
parent | 5a80d9fbfe445420ffe6b649f29e2e0c412aba5d [diff] |
free NULL cleanup 8 Do not check for NULL before calling a free routine. This addresses: ASN1_BIT_STRING_free ASN1_GENERALIZEDTIME_free ASN1_INTEGER_free ASN1_OBJECT_free ASN1_OCTET_STRING_free ASN1_PCTX_free ASN1_SCTX_free ASN1_STRING_clear_free ASN1_STRING_free ASN1_TYPE_free ASN1_UTCTIME_free M_ASN1_free_of Reviewed-by: Richard Levitte <levitte@openssl.org>