add various variable initializations to keep valgrind happy

This commit is contained in:
Stefan Seyfried
2012-10-31 23:02:34 +01:00
parent 9dc4b03248
commit 04b916dbb7
6 changed files with 8 additions and 0 deletions

View File

@@ -408,6 +408,7 @@ bool CKeybindSetup::changeNotify(const neutrino_locale_t OptionName, void * /* d
#else
/* if we have a good input device, we don't need the private ioctl above */
struct input_event ie;
memset(&ie, 0, sizeof(ie));
ie.type = EV_REP;
/* increase by 10 ms to trick the repeat checker code in the
* rcinput loop into accepting the key event... */