Merge branch 'master' into blender2.8

This commit is contained in:
Sergey Sharybin 2018-07-16 17:34:10 +02:00
commit 5852420023
1 changed files with 1 additions and 1 deletions

View File

@ -261,7 +261,7 @@ GHOST_SystemX11::
#endif /* WITH_X11_XINPUT */
if (m_xkb_descr) {
XkbFreeNames(m_xkb_descr, XkbKeyNamesMask, false);
XkbFreeKeyboard (m_xkb_descr, XkbAllComponentsMask, true);
}
XCloseDisplay(m_display);