add various variable initializations to keep valgrind happy

Origin commit data
------------------
Branch: ni/coolstream
Commit: 04b916dbb7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2012-10-31 (Wed, 31 Oct 2012)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2012-10-31 23:02:34 +01:00
parent a9bc076b45
commit 042f151781
6 changed files with 8 additions and 0 deletions

View File

@@ -109,6 +109,7 @@ CRemoteControl::CRemoteControl()
is_video_started = true;
//next_EPGid = 0;
are_subchannels = false;
has_unresolved_ctags = false;
}