Skip to content

kcm: Guard against config being null in checkConfig()

Nate Graham requested to merge work/cherry-pick-087fb6d1 into Plasma/5.27

This method is called from a queued signal and can be called when the config has been unset. Most of the other methods are already guarded against this but this one was not, causing crashes.

BUG: 464707

(cherry picked from commit 087fb6d1)

Merge request reports