diff options
author | Luca Deri <deri@ntop.org> | 2023-04-28 22:59:06 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-04-28 23:00:33 +0200 |
commit | f7138f07a60046fd6cedb2133037a43be3431bd1 (patch) | |
tree | 0babf9c94bcb7a950dcd0c3ad243e22ab3fc43f1 /example/ndpiReader.c | |
parent | b39ece4428c5d22d42eaf004144b0fa21d06dbcb (diff) |
Missing module termination
Diffstat (limited to 'example/ndpiReader.c')
-rw-r--r-- | example/ndpiReader.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/example/ndpiReader.c b/example/ndpiReader.c index 768ec4354..bb5225f27 100644 --- a/example/ndpiReader.c +++ b/example/ndpiReader.c @@ -551,6 +551,8 @@ static void help(u_int long_help) { printf("\n\nnDPI supported risks:\n"); ndpi_dump_risks_score(); + + ndpi_exit_detection_module(ndpi_info_mod); } exit(!long_help); |