Skip to content

Properly initialize the parent widget to nullptr in ProcessController

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

Otherwise we end up sending some garbage pointer address to KAuth which will crash trying to dereference it.

BUG: 434074

Merge request reports