mirror of
https://github.com/glfw/glfw.git
synced 2026-09-23 00:59:48 +00:00
Move redundant free to where its not redundant.
This commit is contained in:
committed by
Camilla Berglund
parent
a71a52ddd6
commit
e778b83667
+1
-1
@@ -441,10 +441,10 @@ void _glfwDeleteEventQueue(EventQueue* queue)
|
|||||||
|
|
||||||
node = node_next;
|
node = node_next;
|
||||||
}
|
}
|
||||||
}
|
|
||||||
|
|
||||||
free(queue);
|
free(queue);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
//////////////////////////////////////////////////////////////////////////
|
//////////////////////////////////////////////////////////////////////////
|
||||||
////// GLFW platform API //////
|
////// GLFW platform API //////
|
||||||
|
|||||||
Reference in New Issue
Block a user