Skip to content

Delete proxy for PrimaryOutput wayland interface in destructor

David Edmundson requested to merge work/wayland_crash_fix into master

When our wrapper class QtWayland::kde_primary_output_v1 gets destroyed there is no code to delete the underlying wl_proxy object. Any events to that proxy after our wrapper have gone will get disaptched to the generated code which in turn will just crash.

BUG: 451847

Edited by David Edmundson

Merge request reports