mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-26 15:02:50 +02:00
fix segfault,supplement to 69ae7d89e3f179a4263abbadc6cc7951607a3854
Origin commit data
------------------
Branch: ni/coolstream
Commit: 48f101404d
Author: Jacek Jendrzej <overx300@gmail.com>
Date: 2019-05-01 (Wed, 01 May 2019)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -4131,9 +4131,6 @@ int CYTCacheSelectorTarget::exec(CMenuTarget* /*parent*/, const std::string & ac
|
||||
void CMovieBrowser::refreshYTMenu()
|
||||
{
|
||||
for (u_int item_id = (u_int) yt_menue->getItemsCount() - 1; item_id > yt_menue_end - 1; item_id--) {
|
||||
CMenuItem* m = yt_menue->getItem(item_id);
|
||||
if (m && !m->isStatic)
|
||||
delete m;
|
||||
yt_menue->removeItem(item_id);
|
||||
}
|
||||
MI_MOVIE_INFO::miSource source = (show_mode == MB_SHOW_YT) ? MI_MOVIE_INFO::YT : MI_MOVIE_INFO::NK;
|
||||
|
Reference in New Issue
Block a user