uint8_t proto_map = FlowGetProtoMapping(f->proto);
FlowClearMemory(f, proto_map);
FLOW_DESTROY(f);
+ FlowFree(f);
end:
FlowShutdown();
HostShutdown();
uint8_t proto_map = FlowGetProtoMapping(f->proto);
FlowClearMemory(f, proto_map);
FLOW_DESTROY(f);
+ FlowFree(f);
end:
FlowShutdown();
HostShutdown();
uint8_t proto_map = FlowGetProtoMapping(f->proto);
FlowClearMemory(f, proto_map);
FLOW_DESTROY(f);
+ FlowFree(f);
end:
FlowShutdown();
HostShutdown();
uint8_t proto_map = FlowGetProtoMapping(f->proto);
FlowClearMemory(f, proto_map);
FLOW_DESTROY(f);
+ FlowFree(f);
end:
FlowShutdown();
HostShutdown();
printf("STREAM MEMORY IN USE %"PRIu64"\n", StreamTcpMemuseCounter());
ret = 0;
}
+ if (FlowGetMemuse() != 0) {
+ printf("FLOW MEMORY IN USE %"PRIu64"\n", FlowGetMemuse());
+ ret = 0;
+ }
if (StreamTcpReassembleMemuseGlobalCounter() != 0) {
printf("STREAM REASSEMBLY MEMORY IN USE %"PRIu64"\n", StreamTcpReassembleMemuseGlobalCounter());