mirror of
https://github.com/glfw/glfw.git
synced 2024-11-22 13:04:35 +00:00
Move redundant free to where its not redundant.
This commit is contained in:
parent
a71a52ddd6
commit
e778b83667
@ -441,9 +441,9 @@ void _glfwDeleteEventQueue(EventQueue* queue)
|
||||
|
||||
node = node_next;
|
||||
}
|
||||
}
|
||||
|
||||
free(queue);
|
||||
free(queue);
|
||||
}
|
||||
}
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user