Skip to content

Remove superfluous wake in dpmsinputeventfilter destruction

David Edmundson requested to merge work/d_ed/dpms_crash_fix into master

Workspace already makes sure to only dynamically delete the dpmsinputeventfilter if all screens are currently on. This line to wake all screens is therefore redundant.

It's problematic as it can cause a crash on final teardown when workspace is destroyed.

BUG: 484861

Merge request reports