mirror of
https://github.com/glfw/glfw.git
synced 2025-10-04 21:56:36 +00:00
* Move redundant free, to where its no longer redundant :)
This commit is contained in:
parent
ab27dd2bde
commit
e323dade6e
@ -441,10 +441,10 @@ void _glfwDeleteEventQueue(EventQueue* queue)
|
||||
|
||||
node = node_next;
|
||||
}
|
||||
}
|
||||
|
||||
free(queue);
|
||||
}
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
////// GLFW platform API //////
|
||||
|
Loading…
Reference in New Issue
Block a user