Client tests: Add missing cleanup for keyboards

Change-Id: Ia085dbe34b6e3b7cf83b4f55c265e12b1145ab8a
Reviewed-by: Paul Olav Tvete <paul.tvete@qt.io>
This commit is contained in:
Johan Klokkhammer Helsing 2019-08-23 09:19:03 +02:00
parent b36c46f2d6
commit c0d8e3dc36

View File

@ -191,6 +191,9 @@ Seat::~Seat()
{
qDeleteAll(m_oldPointers);
delete m_pointer;
qDeleteAll(m_oldKeyboards);
delete m_keyboard;
}
void Seat::setCapabilities(uint capabilities) {