mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-30 00:41:09 +02:00
Fix segfault in eventlist
Origin commit data
------------------
Branch: ni/coolstream
Commit: 06408a8325
Author: Michael Liebmann <tuxcode.bbg@gmail.com>
Date: 2014-01-25 (Sat, 25 Jan 2014)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -281,7 +281,7 @@ int CNeutrinoEventList::exec(const t_channel_id channel_id, const std::string& c
|
||||
infozone_width = full_width - width;
|
||||
|
||||
// init right info_zone
|
||||
if (g_settings.eventlist_additional)
|
||||
if ((g_settings.eventlist_additional) && (cc_infozone == NULL))
|
||||
cc_infozone = new CComponentsText(x+width+10, y+theight, infozone_width-20, listmaxshow*fheight);
|
||||
|
||||
int res = menu_return::RETURN_REPAINT;
|
||||
|
Reference in New Issue
Block a user