aboutsummaryrefslogtreecommitdiff
path: root/src/lib/ndpi_utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ndpi_utils.c')
-rw-r--r--src/lib/ndpi_utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ndpi_utils.c b/src/lib/ndpi_utils.c
index 7ea53922f..230c3bdeb 100644
--- a/src/lib/ndpi_utils.c
+++ b/src/lib/ndpi_utils.c
@@ -4460,7 +4460,7 @@ int ndpi_bitmask_alloc(struct ndpi_bitmask *b, u_int16_t max_bits)
return 0;
}
-void ndpi_bitmask_dealloc(struct ndpi_bitmask *b)
+void ndpi_bitmask_free(struct ndpi_bitmask *b)
{
if(b) {
ndpi_free(b->fds);