mirror of
https://github.com/vel21ripn/nDPI.git
synced 2026-05-01 00:19:42 +00:00
added missing free for idle flow in ndpiReader.c
This commit is contained in:
parent
84976ed5dc
commit
4c3d9788dd
2 changed files with 5 additions and 3 deletions
|
|
@ -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); }
|
||||
|
||||
/* ****************************************** */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue