added missing free for idle flow in ndpiReader.c

This commit is contained in:
Campus 2016-02-18 00:29:06 +01:00
parent 84976ed5dc
commit 4c3d9788dd
2 changed files with 5 additions and 3 deletions

View file

@ -306,7 +306,7 @@ void* ndpi_calloc(unsigned long count, size_t size) {
/* ****************************************** */
void ndpi_free(void *ptr) { _ndpi_free(ptr); }
void ndpi_free(void *ptr) { _ndpi_free(ptr); }
/* ****************************************** */