diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_info.c')
-rw-r--r-- | src/lib/libcrypto/x509v3/v3_info.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_info.c b/src/lib/libcrypto/x509v3/v3_info.c index 9ae1596b1f..cb02160dbd 100644 --- a/src/lib/libcrypto/x509v3/v3_info.c +++ b/src/lib/libcrypto/x509v3/v3_info.c | |||
@@ -185,6 +185,7 @@ v2i_AUTHORITY_INFO_ACCESS(X509V3_EXT_METHOD *method, X509V3_CTX *ctx, | |||
185 | X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS, | 185 | X509V3err(X509V3_F_V2I_AUTHORITY_INFO_ACCESS, |
186 | X509V3_R_BAD_OBJECT); | 186 | X509V3_R_BAD_OBJECT); |
187 | ERR_asprintf_error_data("value=%s", objtmp); | 187 | ERR_asprintf_error_data("value=%s", objtmp); |
188 | free(objtmp); | ||
188 | goto err; | 189 | goto err; |
189 | } | 190 | } |
190 | free(objtmp); | 191 | free(objtmp); |