summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2013-12-02 17:29:42 +0200
committerTor Lillqvist <tml@collabora.com>2013-12-02 17:29:42 +0200
commitc27c01e248e30857c93e5a01e7d7dd93e0486a14 (patch)
tree82b52cf0309e6b1d3a1a0cc7792cd6d202671510
parentRevert SwAccessibleCell::getCurrentValue to return a numeric value again (diff)
downloadcore-c27c01e248e30857c93e5a01e7d7dd93e0486a14.tar.gz
core-c27c01e248e30857c93e5a01e7d7dd93e0486a14.zip
No idea what maOwnContextMemory is
Change-Id: I8ebda0c7da3cb663802fb8b05a98115db7589e09
-rw-r--r--vcl/aqua/source/gdi/atsui/salgdi.cxx1
-rw-r--r--vcl/coretext/salgdi2.cxx1
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
}