Function ndpi_flow_free

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)