diff --git a/src/neutrino.cpp b/src/neutrino.cpp index f7ca2f540..2f9f678d0 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -1293,6 +1293,8 @@ void CNeutrinoApp::channelsInit(bool bOnly) if(g_settings.make_hd_list && hi) TVfavList->Bouquets.push_back(hdBouquet); + else + delete hdBouquet; /* Favorites and provides RADIO bouquets */ bnum = 0; @@ -1321,9 +1323,6 @@ void CNeutrinoApp::channelsInit(bool bOnly) myinfo.arena, myinfo.arena / 1024, myinfo.uordblks); #endif - if(g_settings.make_hd_list) - delete hdBouquet; - reloadhintBox->hide(); }