From 48726301e1a2859e277b2ed5b76338cdf4468b22 Mon Sep 17 00:00:00 2001 From: Luca Deri Date: Wed, 31 Mar 2021 12:52:54 +0200 Subject: Fixed mispelled word --- src/lib/ndpi_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/ndpi_main.c') diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index 30b9f19d9..baf076a75 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -2613,7 +2613,7 @@ void ndpi_exit_detection_module(struct ndpi_detection_module_struct *ndpi_str) { #include "../../../nDPI-custom/ndpi_exit_detection_module.c" #endif - ndpi_free_geeoip(ndpi_str); + ndpi_free_geoip(ndpi_str); ndpi_free(ndpi_str); } -- cgit v1.2.3