Update from HEAD.
authorDr. Stephen Henson <steve@openssl.org>
Mon, 31 Mar 2008 14:59:13 +0000 (14:59 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Mon, 31 Mar 2008 14:59:13 +0000 (14:59 +0000)
crypto/asn1/tasn_fre.c

index c8d4553ebd5251257b08cc3925374710ac4588ef..bb7c1e2af4894e3d02c7d51f6304dc93af3a44db 100644 (file)
@@ -115,8 +115,6 @@ static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int c
                                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;