neutrino: do not clean up infoviewer

after spending ages trying to track down the illegal access
in the infoviewer destructor, just #if 0 it.


Origin commit data
------------------
Commit: 596e8b5bf6
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-05-04 (Sat, 04 May 2013)
This commit is contained in:
Stefan Seyfried
2013-05-04 12:35:08 +02:00
parent ad36c2d22d
commit 248d137982

View File

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