Skip to content
Commit d6d377a4 authored by Jonas Ådahl's avatar Jonas Ådahl
Browse files

wayland: Set the xdg_popup pointer even when not mapping

If we immediately dismiss the popup, we still need to set the
surface->xdg_popup pointer field in order for the destructor to
properly clean up the state. Not doing this may cause a crash if the
xdg_popup resource that was immediately dismissed is destoryed after
wl_surface during client destruction.

https://bugzilla.gnome.org/show_bug.cgi?id=756675
parent ffd95c2a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment