To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=79491
User pjanik changed the following:
What |Old value |New value
================================================================================
Assigned to|pjanik |pl
--------------------------------------------------------------------------------
------- Additional comments from [EMAIL PROTECTED] Wed Jul 11 17:05:31 +0000
2007 -------
I added this into desctuctor of WindowImpl:
WindowImpl::~WindowImpl()
{
if (mpControlFont)
fprintf(stderr, "PJ: in ~WindowImpl, mpControlFont is %p\n",
mpControlFont);
}
PJ: in ~WindowImpl, mpControlFont is 0x3973c40
PJ: in ~WindowImpl, mpControlFont is 0x3975890
PJ: in ~WindowImpl, mpControlFont is 0x39a9bb0
PJ: in ~WindowImpl, mpControlFont is 0x3995460
PJ: in ~WindowImpl, mpControlFont is 0x3949200
Looks like it is not always freed.
I was able to reproduce this only in the FirstStart wizard, ie. without any
user profile.
---------------------------------------------------------------------
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]