mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 02:37:28 +02:00
Fixed CID 576552.
This commit is contained in:
@ -633,6 +633,7 @@ static CRL_Entry* DupCRL_list(CRL_Entry* crl, void* heap)
|
|||||||
current = head;
|
current = head;
|
||||||
head = head->next;
|
head = head->next;
|
||||||
FreeCRL_Entry(current, heap);
|
FreeCRL_Entry(current, heap);
|
||||||
|
XFREE(current, heap, DYNAMIC_TYPE_CRL_ENTRY);
|
||||||
}
|
}
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
|
Reference in New Issue
Block a user