initialize variables (mostly to silence valgrind)

Signed-off-by: Thilo Graf <dbt@novatux.de>
This commit is contained in:
Stefan Seyfried
2013-09-30 20:50:31 +02:00
committed by Jacek Jendrzej
parent 878d8a55be
commit f485bceff7
4 changed files with 7 additions and 0 deletions

View File

@@ -221,6 +221,9 @@ void CNeutrinoEventList::readEvents(const t_channel_id channel_id)
evt.description = g_Locale->getText(LOCALE_EPGLIST_NOEVENTS);
evt.eventID = 0;
evt.channelID = 0;
evt.startTime = 0;
evt.duration = 0;
evtlist.push_back(evt);
}