Revert "neutrino: do not clean up infoviewer"

This reverts commit d7243aa213.

Signed-off-by: Thilo Graf <dbt@novatux.de>

Can't find any violations at the moment.


Origin commit data
------------------
Branch: ni/coolstream
Commit: 4a952b1c84
Author: Thilo Graf <dbt@novatux.de>
Date: 2018-03-25 (Sun, 25 Mar 2018)



------------------
This commit was generated by Migit
This commit is contained in:
2018-03-25 22:48:12 +02:00
committed by vanhofen
parent 9bbefa3e64
commit 4b7ee2a507

View File

@@ -5332,11 +5332,8 @@ void CNeutrinoApp::Cleanup()
printf("cleanup 18\n");fflush(stdout); printf("cleanup 18\n");fflush(stdout);
delete g_EpgData; g_EpgData = NULL; delete g_EpgData; g_EpgData = NULL;
printf("cleanup 19\n");fflush(stdout); printf("cleanup 19\n");fflush(stdout);
#if 0
/* crashes in destructor???? very strange */
delete g_InfoViewer; g_InfoViewer = NULL; delete g_InfoViewer; g_InfoViewer = NULL;
printf("cleanup 11\n");fflush(stdout); printf("cleanup 11\n");fflush(stdout);
#endif
delete g_EventList; g_EventList = NULL; delete g_EventList; g_EventList = NULL;
printf("cleanup 12\n");fflush(stdout); printf("cleanup 12\n");fflush(stdout);
delete g_Locale; g_Locale = NULL; delete g_Locale; g_Locale = NULL;