autotests: Fix ASAN issues
Currently, InputRedirection is not destroyed before waylandServer(), unlike in kwin_wayland, which causes some null dereferencing.
This commit is contained in:
parent
b4a4e8a45d
commit
d4dd370cf3
1 changed files with 1 additions and 0 deletions
|
@ -88,6 +88,7 @@ WaylandTestApplication::~WaylandTestApplication()
|
|||
}
|
||||
destroyInputMethod();
|
||||
destroyCompositor();
|
||||
destroyInput();
|
||||
}
|
||||
|
||||
void WaylandTestApplication::performStartup()
|
||||
|
|
Loading…
Reference in a new issue