replaced free(in) by XFREE(in) at line 56
This commit is contained in:
parent
8859f6e73d
commit
1346ccdee8
@ -53,7 +53,7 @@ void der_sequence_free(ltc_asn1_list *in)
|
||||
|
||||
/* move to next and free current */
|
||||
l = in->next;
|
||||
free(in);
|
||||
XFREE(in);
|
||||
in = l;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user