mirror of
https://github.com/glfw/glfw.git
synced 2024-11-10 00:51:47 +00:00
parent
ba761ab06e
commit
f8bcc7e65c
@ -133,6 +133,9 @@ static void destroyContextNSGL(_GLFWwindow* window)
|
|||||||
CVDisplayLinkRelease(window->context.nsgl.displayLink);
|
CVDisplayLinkRelease(window->context.nsgl.displayLink);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[window->context.nsgl.swapIntervalCond release];
|
||||||
|
window->context.nsgl.swapIntervalCond = nil;
|
||||||
|
|
||||||
[window->context.nsgl.pixelFormat release];
|
[window->context.nsgl.pixelFormat release];
|
||||||
window->context.nsgl.pixelFormat = nil;
|
window->context.nsgl.pixelFormat = nil;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user