To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=50820
Issue #:|50820
Summary:|'hotfix' == memory leak ...
Component:|gsl
Version:|680m109
Platform:|Other
URL:|
OS/Version:|All
Status:|NEW
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|PATCH
Priority:|P3
Subcomponent:|code
Assigned to:|ssa
Reported by:|mmeeks
------- Additional comments from [EMAIL PROTECTED] Thu Jun 16 04:50:15 -0700
2005 -------
Looks like this (lazy/fast) fix needs re-visiting, I'm seeing some substantial
leakage from this:
--- vcl/source/gdi/outdev3.cxx 18 May 2005 08:04:00 -0000 1.200
+++ vcl/source/gdi/outdev3.cxx 16 Jun 2005 11:53:43 -0000
@@ -1599,7 +1599,7 @@
{
ImplFontData* pFace = mpFirst;
mpFirst = pFace->GetNextFace();
-#if 0 // HOTFIX for 122732
+#if 1 // HOTFIX for 122732
delete pFace;
#endif
}
That fixes the leak ;-) - what the HOTFIX is supposed to fix I have no idea;
it'd be nice to get the details from that.
---------------------------------------------------------------------
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]