diff options
Diffstat (limited to 'nDPId-test.c')
-rw-r--r-- | nDPId-test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/nDPId-test.c b/nDPId-test.c index 7ac50b5b8..b804f7995 100644 --- a/nDPId-test.c +++ b/nDPId-test.c @@ -1649,12 +1649,10 @@ int main(int argc, char ** argv) return 1; } -#ifdef ENABLE_MEMORY_STATUS set_ndpi_malloc(ndpi_malloc_wrapper); set_ndpi_free(ndpi_free_wrapper); set_ndpi_flow_malloc(NULL); set_ndpi_flow_free(NULL); -#endif init_logging("nDPId-test"); log_app_info(); |