mirror of
https://github.com/gnif/LookingGlass.git
synced 2025-11-09 11:48:42 +00:00
egl_help_set_text and egl_help_render were both accessing bmp->help from different threads. This creates a race condition in which if the help text is quickly toggled on and off, it stays on. This has been fixed with an atomic exchange.