microsoft/Windows-classic-samples

Memory not freed from FwpmNetEventEnum

jjxtra opened this issue · 0 comments

FwpmFreeMemory0((VOID**)&matchedEvents);

This call appears to do nothing. Letting this run overnight and memory usage increased by several hundred MB. Commenting out the FwpmNetEventEnum0 call removes the memory leak.