Skip to content

xwayland: Delete all frame_callback_list nodes in xwl_unrealize_window

We were only calling xwl_present_unrealize_window for the toplevel window, but the list can contain entries from child windows as well, in which case we were leaving dangling pointers to freed memory.

Should fix #1000 (closed)

Merge request reports