[Libreoffice-commits] core.git: vcl/aqua vcl/coretext
Tor Lillqvist
tml at collabora.com
Mon Dec 2 07:30:24 PST 2013
vcl/aqua/source/gdi/atsui/salgdi.cxx | 1 -
vcl/coretext/salgdi2.cxx | 1 -
2 files changed, 2 deletions(-)
New commits:
commit c27c01e248e30857c93e5a01e7d7dd93e0486a14
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Dec 2 17:29:42 2013 +0200
No idea what maOwnContextMemory is
Change-Id: I8ebda0c7da3cb663802fb8b05a98115db7589e09
diff --git a/vcl/aqua/source/gdi/atsui/salgdi.cxx b/vcl/aqua/source/gdi/atsui/salgdi.cxx
index 13fdd50..5e91406 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 801548a..402bd60 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
}
More information about the Libreoffice-commits
mailing list