Skip to content

Destroy the registry when WaylandConfig gets deleted

Marco Martin requested to merge work/mart/callback_destroy into master

A pointer to WaylandConfig gets passed to wl_registry_add_listener but this is global and can trigger also when WaylandConfig has just been deleted and wl_registry is leaking

BUG:482768

Edited by Marco Martin

Merge request reports