diff options
Diffstat (limited to 'src/lib/libcrypto')
-rw-r--r-- | src/lib/libcrypto/asn1/tasn_fre.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/libcrypto/asn1/tasn_fre.c b/src/lib/libcrypto/asn1/tasn_fre.c index 9e6e7579f1..c5e6774582 100644 --- a/src/lib/libcrypto/asn1/tasn_fre.c +++ b/src/lib/libcrypto/asn1/tasn_fre.c | |||
@@ -247,7 +247,6 @@ ASN1_primitive_free(ASN1_VALUE **pval, const ASN1_ITEM *it) | |||
247 | 247 | ||
248 | default: | 248 | default: |
249 | ASN1_STRING_free((ASN1_STRING *)*pval); | 249 | ASN1_STRING_free((ASN1_STRING *)*pval); |
250 | *pval = NULL; | ||
251 | break; | 250 | break; |
252 | } | 251 | } |
253 | *pval = NULL; | 252 | *pval = NULL; |