mirror of
https://github.com/gwm17/glfw.git
synced 2024-11-23 02:38:52 -05: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;
|
node = node_next;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
free(queue);
|
free(queue);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
|
|
Loading…
Reference in New Issue
Block a user