diff options
author | Luca Deri <deri@ntop.org> | 2021-02-18 22:35:25 +0100 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2021-02-18 22:35:25 +0100 |
commit | bce54079d8666eddc0c4387ded9897fcab9fa3a2 (patch) | |
tree | f0eb275419563b0110fab7d21487622e606f6072 /src/lib/ndpi_main.c | |
parent | a2c5adc374db1ccc6c446ce1b616fffdeda4430b (diff) |
Initial geoip support
Diffstat (limited to 'src/lib/ndpi_main.c')
-rw-r--r-- | src/lib/ndpi_main.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/ndpi_main.c b/src/lib/ndpi_main.c index d2a0dbee2..e85da0814 100644 --- a/src/lib/ndpi_main.c +++ b/src/lib/ndpi_main.c @@ -2449,6 +2449,8 @@ 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(ndpi_str); } } @@ -7123,3 +7125,5 @@ uint8_t ndpi_connection_tracking(struct ndpi_detection_module_struct *ndpi_str, return(rc); } + + /* ******************************************************************** */ |