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,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