diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/ndpi_domain_classify.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_domain_classify.c b/src/lib/ndpi_domain_classify.c index 80da78aa5..d94d692fa 100644 --- a/src/lib/ndpi_domain_classify.c +++ b/src/lib/ndpi_domain_classify.c @@ -94,7 +94,7 @@ static u_int32_t ndpi_domain_search_size(ndpi_domain_search *search) { char *buf; total_len += ndpi_bitmap_serialize(search->bitmap[i], &buf); - free(buf); + ndpi_free(buf); } return(total_len); |