Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: sway crashes if switch to another workspace with surface when IM…
…E popup is shown in pr #8196, when im_popup_surface is unmapped, author set the popup->relative to NULL, butt popup is still in popup groups, where assert the relative is not NULL, this cause the panic Take the suggestion of Nefsen402, remove the line where set relative to NULL, and add NULL check in scene_descriptor_destory
- Loading branch information