diff options
author | Luca Deri <deri@ntop.org> | 2023-08-26 10:10:49 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-08-26 10:10:49 +0200 |
commit | ac00542df24a87323bac1d602ea5eae00eb5d4c3 (patch) | |
tree | 173d30664d7017d3614af2ddccf11c5ce45d7fc7 | |
parent | 2c565c77c9ffe5d39360b43c7f941a97e9776c21 (diff) |
LEak fix
-rw-r--r-- | src/lib/ndpi_domain_classify.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ndpi_domain_classify.c b/src/lib/ndpi_domain_classify.c index b0e4c0087..8c7560eae 100644 --- a/src/lib/ndpi_domain_classify.c +++ b/src/lib/ndpi_domain_classify.c @@ -228,6 +228,8 @@ void ndpi_domain_classify_free(ndpi_domain_classify *_s) { } else break; } + + ndpi_free(s); } /* ********************************************************** */ |