From 60b58dbd67b47b0145c36f3747f83f857905bfbf Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Fri, 5 Feb 2021 10:59:09 +0100 Subject: RSI enhancements --- example/ndpiReader.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'example/ndpiReader.c') diff --git a/example/ndpiReader.c b/example/ndpiReader.c index a4fb74246..1e127d1cd 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -3587,7 +3587,7 @@ void analyzeUnitTest() { ndpi_data_min(s), ndpi_data_max(s)); #endif - ndpi_free_data_analysis(s); + ndpi_free_data_analysis(s, 1); #ifdef RUN_DATA_ANALYSIS_THEN_QUIT exit(0); @@ -3675,7 +3675,7 @@ void analysisUnitTest() { printf("Min/Max: %u/%u\n", ndpi_data_min(s), ndpi_data_max(s)); } - ndpi_free_data_analysis(s); + ndpi_free_data_analysis(s, 1); } /* *********************************************** */ @@ -3704,7 +3704,7 @@ void rsiUnitTest() { for(i=0; i