diff options
author | Tor Lillqvist <tml@collabora.com> | 2013-12-02 17:29:42 +0200 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2013-12-02 17:29:42 +0200 |
commit | c27c01e248e30857c93e5a01e7d7dd93e0486a14 (patch) | |
tree | 82b52cf0309e6b1d3a1a0cc7792cd6d202671510 | |
parent | 1cb1dca1260da2cea5b6800483e86a6d6b251844 (diff) |
No idea what maOwnContextMemory is
Change-Id: I8ebda0c7da3cb663802fb8b05a98115db7589e09
-rw-r--r-- | vcl/aqua/source/gdi/atsui/salgdi.cxx | 1 | ||||
-rw-r--r-- | vcl/coretext/salgdi2.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vcl/aqua/source/gdi/atsui/salgdi.cxx b/vcl/aqua/source/gdi/atsui/salgdi.cxx index 13fdd508682e..5e9140651d0e 100644 --- a/vcl/aqua/source/gdi/atsui/salgdi.cxx +++ b/vcl/aqua/source/gdi/atsui/salgdi.cxx @@ -320,7 +320,6 @@ AquaSalGraphics::~AquaSalGraphics() // destroy backbuffer bitmap context that we created ourself CGContextRelease( mrContext ); mrContext = NULL; - // memory is freed automatically by maOwnContextMemory } } diff --git a/vcl/coretext/salgdi2.cxx b/vcl/coretext/salgdi2.cxx index 801548a59d4e..402bd6030b86 100644 --- a/vcl/coretext/salgdi2.cxx +++ b/vcl/coretext/salgdi2.cxx @@ -293,7 +293,6 @@ AquaSalGraphics::~AquaSalGraphics() // destroy backbuffer bitmap context that we created ourself CGContextRelease( mrContext ); mrContext = NULL; - // memory is freed automatically by maOwnContextMemory } #endif } |