forked from Public/monero-gui
OSHelper: Linux - fix isCapsLock memory leak
This commit is contained in:
@@ -223,6 +223,7 @@ bool OSHelper::isCapsLock() const
|
|||||||
unsigned n;
|
unsigned n;
|
||||||
XkbGetIndicatorState(d, XkbUseCoreKbd, &n);
|
XkbGetIndicatorState(d, XkbUseCoreKbd, &n);
|
||||||
caps_state = (n & 0x01) == 1;
|
caps_state = (n & 0x01) == 1;
|
||||||
|
XCloseDisplay(d);
|
||||||
}
|
}
|
||||||
return caps_state;
|
return caps_state;
|
||||||
#elif defined(Q_OS_MAC)
|
#elif defined(Q_OS_MAC)
|
||||||
|
|||||||
Reference in New Issue
Block a user