Skip to content

core/outputconfiguration: use std::weak_ptr for storing the mode

Xaver Hugl requested to merge work/zamundaaa/mode-lifetime into master

Otherwise an unplugged output can cause use-after-free problems on OutputChangeSet destruction

Merge request reports