Fix from HEAD.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 31 Mar 2008 15:01:23 +0000 (15:01 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 31 Mar 2008 15:01:23 +0000 (15:01 +0000)
crypto/asn1/tasn_fre.c

index 2dd844159ebe3d5d956cca8b9125a11b9053bfd9..6e93837aeac400eef72c4d9fec1d91ae6613d13e 100644 (file)
@@ -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;