Skip to content

Fix startup when running with ASAN

Aleix Pol Gonzalez requested to merge work/asan-run into master

We can't call kwinApp() before KWin::Application hasn't been properly initialized.

Merge request reports