From 4b7ee2a507137ee07704ae6d95c5ac8443a724c6 Mon Sep 17 00:00:00 2001 From: Thilo Graf Date: Sun, 25 Mar 2018 22:48:12 +0200 Subject: [PATCH] Revert "neutrino: do not clean up infoviewer" This reverts commit d7243aa2139d32903ce90744ee04ec7768442c01. Signed-off-by: Thilo Graf Can't find any violations at the moment. Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/4a952b1c84065343538135c2ff5075911f399073 Author: Thilo Graf Date: 2018-03-25 (Sun, 25 Mar 2018) ------------------ This commit was generated by Migit --- src/neutrino.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 1343e492f..e0b66e5a8 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -5332,11 +5332,8 @@ 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;