Client tests: Add missing cleanup for keyboards
Change-Id: Ia085dbe34b6e3b7cf83b4f55c265e12b1145ab8a Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
parent
b36c46f2d6
commit
c0d8e3dc36
@ -191,6 +191,9 @@ Seat::~Seat()
|
||||
{
|
||||
qDeleteAll(m_oldPointers);
|
||||
delete m_pointer;
|
||||
|
||||
qDeleteAll(m_oldKeyboards);
|
||||
delete m_keyboard;
|
||||
}
|
||||
|
||||
void Seat::setCapabilities(uint capabilities) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user