From 916494d004582bf3cbd0eaa4db16fea3d09ad06c Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Mon, 31 Mar 2008 15:01:23 +0000 Subject: [PATCH] Fix from HEAD. --- crypto/asn1/tasn_fre.c | 1 - 1 file changed, 1 deletion(-) diff --git a/crypto/asn1/tasn_fre.c b/crypto/asn1/tasn_fre.c index 2dd844159e..6e93837aea 100644 --- a/crypto/asn1/tasn_fre.c +++ b/crypto/asn1/tasn_fre.c @@ -106,7 +106,6 @@ static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int c if(i == 2) return; } i = asn1_get_choice_selector(pval, it); - if(asn1_cb) asn1_cb(ASN1_OP_FREE_PRE, pval, it); if((i >= 0) && (i < it->tcount)) { ASN1_VALUE **pchval; tt = it->templates + i; -- 2.39.5