Fix from HEAD.
This commit is contained in:
parent
c85e77b1fb
commit
916494d004
@ -106,7 +106,6 @@ static void asn1_item_combine_free(ASN1_VALUE **pval, const ASN1_ITEM *it, int c
|
|||||||
if(i == 2) return;
|
if(i == 2) return;
|
||||||
}
|
}
|
||||||
i = asn1_get_choice_selector(pval, it);
|
i = asn1_get_choice_selector(pval, it);
|
||||||
if(asn1_cb) asn1_cb(ASN1_OP_FREE_PRE, pval, it);
|
|
||||||
if((i >= 0) && (i < it->tcount)) {
|
if((i >= 0) && (i < it->tcount)) {
|
||||||
ASN1_VALUE **pchval;
|
ASN1_VALUE **pchval;
|
||||||
tt = it->templates + i;
|
tt = it->templates + i;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user