diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 5d4a5ca08..7c83ff424 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -4040,6 +4040,10 @@ void CNeutrinoApp::Cleanup() delete CEitManager::getInstance(); printf("cleanup 6\n");fflush(stdout); delete CVFD::getInstance(); +#ifdef __UCLIBC__ + malloc_stats(NULL); +#else malloc_stats(); #endif +#endif }