neutrino: don't spam with --enable-cleanup

sectionsd already does malloc_stats()
This commit is contained in:
Stefan Seyfried
2013-06-01 15:50:35 +02:00
parent f5956f055d
commit 6aee976490

View File

@@ -4153,6 +4153,6 @@ void CNeutrinoApp::Cleanup()
delete CEitManager::getInstance();
printf("cleanup 6\n");fflush(stdout);
//delete CVFD::getInstance();
malloc_stats();
//malloc_stats();
#endif
}