Skip to content

kcm: Guard against config being null in checkConfig()

Arjen Hiemstra requested to merge work/ahiemstra/configcrash into master

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

While I don't actually know why the config is null here, clearly it can happen as all the other methods are guarded. So make sure to do the same here.

Edited by Arjen Hiemstra

Merge request reports