fmadio / pcap2json

High Speed PCAP to JSON conversion utility
Other
97 stars 21 forks source link

fix memory leak: free the SortList at end of the thread #43

Closed akoskristo closed 2 months ago

akoskristo commented 3 months ago

SortList is allocated at the begin of the thread Flow_Worker. But it was not freed at the end of the thread.