diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 8ae077eb44f..f746dfe3da4 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -2828,7 +2828,6 @@ static void node_idle_scan_walker(const void *node, ndpi_VISIT which, int depth, undetected_flows_deleted = 1; ndpi_flow_info_free_data(flow); - ndpi_thread_info[thread_id].workflow->stats.ndpi_flow_count--; /* adding to a queue (we can't delete it from the tree inline ) */ ndpi_thread_info[thread_id].idle_flows[ndpi_thread_info[thread_id].num_idle_flows++] = flow;