From 0d36d9c8c2d02a8d2e93f5419925140674bbeead Mon Sep 17 00:00:00 2001 From: Nardi Ivan Date: Mon, 12 Feb 2024 17:10:45 +0100 Subject: Remove spurious call to `exit()` --- example/ndpiReader.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 0e0b32291..1812aa9d5 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -5780,8 +5780,6 @@ void loadStressTest() { ndpi_finalize_initialization(ndpi_struct_shadow); ndpi_exit_detection_module(ndpi_struct_shadow); } - - exit(0); } /* *********************************************** */ -- cgit v1.2.3