Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Jan 21, 2025
1 parent 7346aca commit b256f56
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions glfw/wl_init.c
Original file line number Diff line number Diff line change
Expand Up @@ -903,6 +903,7 @@ void _glfwPlatformTerminate(void)
{
wl_display_flush(_glfw.wl.display);
wl_display_disconnect(_glfw.wl.display);
_glfw.wl.display = NULL;
}
finalizePollData(&_glfw.wl.eventLoopData);
if (_glfw.wl.compositor_name) {
Expand Down

0 comments on commit b256f56

Please sign in to comment.