Function ndpi_flow_free
Defined in File ndpi_api.h
Function Documentation
-
void ndpi_flow_free(void *ptr)
Free memory allocated by ndpi_flow_malloc(). This function can be customized via ndpi_set_memory_alloction_functions() to use a custom deallocator.
- Parameters:
ptr – Pointer to flow memory to free (NULL is safe to pass)