Skip to content

[libtaskmanager] Fix null check for window

Nicolas Fella requested to merge work/nullwindow into Plasma/5.25

window() may be null. We check for that, but 5a3ef9e8 introduced code that uses window() before the check.

Move the check before the relevant code to fix that

BUG: 456094

BUG: 457690

Merge request reports