aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib/ndpi_cache.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/ndpi_cache.c b/src/lib/ndpi_cache.c
index f375c019d..1efb99f6d 100644
--- a/src/lib/ndpi_cache.c
+++ b/src/lib/ndpi_cache.c
@@ -258,6 +258,7 @@ void ndpi_term_address_cache(struct ndpi_address_cache *cache) {
}
ndpi_free(cache->address_cache_root);
+ ndpi_free(cache);
}
/* ***************************************************** */