Kaydet (Commit) c27c01e2 authored tarafından Tor Lillqvist's avatar Tor Lillqvist

No idea what maOwnContextMemory is

Change-Id: I8ebda0c7da3cb663802fb8b05a98115db7589e09
üst 1cb1dca1
...@@ -320,7 +320,6 @@ AquaSalGraphics::~AquaSalGraphics() ...@@ -320,7 +320,6 @@ AquaSalGraphics::~AquaSalGraphics()
// destroy backbuffer bitmap context that we created ourself // destroy backbuffer bitmap context that we created ourself
CGContextRelease( mrContext ); CGContextRelease( mrContext );
mrContext = NULL; mrContext = NULL;
// memory is freed automatically by maOwnContextMemory
} }
} }
......
...@@ -293,7 +293,6 @@ AquaSalGraphics::~AquaSalGraphics() ...@@ -293,7 +293,6 @@ AquaSalGraphics::~AquaSalGraphics()
// destroy backbuffer bitmap context that we created ourself // destroy backbuffer bitmap context that we created ourself
CGContextRelease( mrContext ); CGContextRelease( mrContext );
mrContext = NULL; mrContext = NULL;
// memory is freed automatically by maOwnContextMemory
} }
#endif #endif
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment