diff options
Diffstat (limited to 'core/liquivision.c')
-rw-r--r-- | core/liquivision.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/liquivision.c b/core/liquivision.c index fadde50a3..7fc027af5 100644 --- a/core/liquivision.c +++ b/core/liquivision.c @@ -310,6 +310,7 @@ static void parse_dives (int log_version, const unsigned char *buf, unsigned int unsigned int event_code, d = 0, e; struct lv_event event; + memset(&event, 0, sizeof(event)); // Loop through events for (e = 0; e < ps_count; e++) { |