Fix uninitialized memory use

This commit is contained in:
Campbell Barton 2014-08-12 08:21:02 +10:00
parent 0219cf468e
commit afe8a4040f

@ -140,6 +140,8 @@ GHOST_SystemX11(
#undef GHOST_INTERN_ATOM
m_last_warp = 0;
m_last_release_keycode = 0;
m_last_release_time = 0;
/* compute the initial time */
timeval tv;