mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-05-12 01:21:12 +00:00

If an overlay is closed with overlayMsg_close, the message can be freed while it is still being used by msg_render, resulting in a segfault. Lock the message list for the duration of msg_render to fix this.