Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Verwiebe <info@jensverwiebe.de>2015-03-21 19:15:38 +0300
committerJens Verwiebe <info@jensverwiebe.de>2015-03-21 19:15:38 +0300
commit8e9c9fde427c228111cfe2da6dfac9e54abb2a3d (patch)
tree611f9450334fc8c8ccb27ac13881e7739066e5f9
parentd21018b3340496865626b279852159347ac9c102 (diff)
OSX/GHOST: need one more release in error case
-rw-r--r--intern/ghost/intern/GHOST_ContextCGL.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/ghost/intern/GHOST_ContextCGL.mm b/intern/ghost/intern/GHOST_ContextCGL.mm
index cf94dc83d18..ae7e7a69854 100644
--- a/intern/ghost/intern/GHOST_ContextCGL.mm
+++ b/intern/ghost/intern/GHOST_ContextCGL.mm
@@ -334,6 +334,7 @@ GHOST_TSuccess GHOST_ContextCGL::initializeDrawingContext()
error:
[m_openGLView setOpenGLContext:prev_openGLContext];
+ [pixelFormat release];
[pool drain];