Free an ASN1_OBJECT in an error path
authorMatt Caswell <matt@openssl.org>
Wed, 27 Apr 2016 13:17:33 +0000 (14:17 +0100)
committerMatt Caswell <matt@openssl.org>
Thu, 28 Apr 2016 12:13:09 +0000 (13:13 +0100)
commit34b9acbd3f81b46967f692c0af49020c8c405746
treed9fcc2d0156619c1c9183014ee036cf32f7209fb
parent5e8129f278f5358243b4a8b3651e795d6a32696d
Free an ASN1_OBJECT in an error path

The r2i_certpol() function allocates an ASN1_OBJECT but can fail to free
it in an error path.

Reviewed-by: Richard Levitte <levitte@openssl.org>
crypto/x509v3/v3_cpols.c