This commit is contained in:
Camilla Berglund
2016-05-25 14:43:51 +02:00
parent 797ee8d8e3
commit bda031f4ac
13 changed files with 98 additions and 111 deletions
+1 -1
View File
@@ -1066,7 +1066,7 @@ void _glfwPlatformDestroyWindow(_GLFWwindow* window)
releaseMonitor(window);
if (window->context.client != GLFW_NO_API)
window->context.destroyContext(window);
window->context.destroy(window);
[window->ns.object setDelegate:nil];
[window->ns.delegate release];