mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-neutrino.git
synced 2025-08-29 16:31:05 +02:00
channellist: initialize values to satisfy valgrind
Origin commit data
------------------
Branch: ni/coolstream
Commit: 94883e0877
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2013-02-22 (Fri, 22 Feb 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -2177,6 +2177,7 @@ void CChannelList::paint_events(int index)
|
||||
|
||||
evt.description = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
|
||||
evt.eventID = 0;
|
||||
evt.startTime = 0;
|
||||
evtlist.push_back(evt);
|
||||
}
|
||||
|
||||
@@ -2237,6 +2238,7 @@ void CChannelList::readEvents(const t_channel_id channel_id)
|
||||
CChannelEvent evt;
|
||||
evt.description = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
|
||||
evt.eventID = 0;
|
||||
evt.startTime = 0;
|
||||
evtlist.push_back(evt);
|
||||
}
|
||||
else
|
||||
|
Reference in New Issue
Block a user