Fixed CID 576552.

This commit is contained in:
Radim Smat
2021-03-03 15:41:28 +01:00
parent 5dbc6db295
commit 38cfe71732

View File

@ -633,6 +633,7 @@ static CRL_Entry* DupCRL_list(CRL_Entry* crl, void* heap)
current = head;
head = head->next;
FreeCRL_Entry(current, heap);
XFREE(current, heap, DYNAMIC_TYPE_CRL_ENTRY);
}
return NULL;