To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=91990





------- Additional comments from p...@openoffice.org Fri Jan 14 10:36:01 +0000 
2011 -------
I think that memory corruption is issue 115718 (came in DEV300_m89, went out
DEV300_m97). At least this little patch fixed the problem for me ? If it does
also for you, I think we're good after rebase.

--- a/vcl/aqua/source/gdi/salgdi.cxx    Fri Jan 07 11:39:06 2011 +0100
+++ b/vcl/aqua/source/gdi/salgdi.cxx    Fri Jan 14 11:34:51 2011 +0100
@@ -2357,6 +2357,7 @@
             const ImplFontCharMap* pMap = mpMacFontData->GetImplFontCharMap();
                        DBG_ASSERT( pMap && pMap->GetCharCount(), "no charmap" 
);
 
+                       pMap->AddReference();
                        // get unicode<->glyph encoding
                        int nCharCount = pMap->GetCharCount();
                        sal_uInt32 nChar = pMap->GetFirstChar();


---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@framework.openoffice.org
For additional commands, e-mail: issues-h...@framework.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to