diff options
Diffstat (limited to 'src/lib/libcrypto/x509v3/v3_conf.c')
-rw-r--r-- | src/lib/libcrypto/x509v3/v3_conf.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/libcrypto/x509v3/v3_conf.c b/src/lib/libcrypto/x509v3/v3_conf.c index e22aa50fcd..bfdb473b19 100644 --- a/src/lib/libcrypto/x509v3/v3_conf.c +++ b/src/lib/libcrypto/x509v3/v3_conf.c | |||
@@ -313,8 +313,7 @@ v3_generic_extension(const char *ext, char *value, int crit, int gen_type, | |||
313 | err: | 313 | err: |
314 | ASN1_OBJECT_free(obj); | 314 | ASN1_OBJECT_free(obj); |
315 | M_ASN1_OCTET_STRING_free(oct); | 315 | M_ASN1_OCTET_STRING_free(oct); |
316 | if (ext_der) | 316 | free(ext_der); |
317 | free(ext_der); | ||
318 | return extension; | 317 | return extension; |
319 | } | 318 | } |
320 | 319 | ||