[framework-issues] [Issue 68977] ModuleImageManager seems t o leak memory

2006-11-01 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68977


User cd changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Nov  1 00:53:06 -0800 
2006 ---
cd: Verified on master.

-
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]



[framework-issues] [Issue 68977] ModuleImageManager seems t o leak memory

2006-09-25 Thread as
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68977


User as changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Mon Sep 25 02:29:05 -0700 
2006 ---
Cant be tested by our QA realy. On the other side such huge tasks cant be 
tested in 
time for a cws. So I've set it to verified ... Submitter of these task should 
check next 
minor to see if it was realy fixed or not.

-
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]



[framework-issues] [Issue 68977] ModuleImageManager seems t o leak memory

2006-09-14 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68977


User cd changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Thu Sep 14 01:00:08 -0700 
2006 ---
cd-cmc: A ModuleImageManager is normally provided by a
ModuleUIConfigurationManager which is a one instance service. Therefore the
ModuleImageManager will be disposed at the end of the Office life-time. That's
why I think this is not a real memory leak. As it can confuse developers which
uses a memleak tool, I think we should fix it. From my point of view your patch
should be added to the dispose method and not to the dtor. It's not always
clear when a component (supports XComponent) will be destroyed. It's possible
that some resources are already de-initialized (e.g. VCL) and calling delete on
VCL objects can lead to crashes. Therefore all resources should be
released/destroyed in dispose.

-
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]



[framework-issues] [Issue 68977] ModuleImageManager seems t o leak memory

2006-09-14 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68977


User cd changed the following:

What|Old value |New value

 Attachment data|  |Created an attachment (id=
|  |39135)
Slightly changed pa
|  |tch from cmc to release/de
|  |stroy resources is dispose
|  |






--- Additional comments from [EMAIL PROTECTED] Thu Sep 14 01:03:12 -0700 
2006 ---
Created an attachment (id=39135)
Slightly changed patch from cmc to release/destroy resources is dispose


-
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]



[framework-issues] [Issue 68977] ModuleImageManager seems t o leak memory

2006-08-30 Thread cd
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68977


User cd changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Wed Aug 30 00:27:38 -0700 
2006 ---
cd-cmc: Thanks for your patch, Caolan.

-
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]



[framework-issues] [Issue 68977] ModuleImageManager seems t o leak memory

2006-08-30 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68977


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38852)
seems to need a lii
|  |ttle more






--- Additional comments from [EMAIL PROTECTED] Wed Aug 30 06:21:41 -0700 
2006 ---
Created an attachment (id=38852)
seems to need a liittle more


-
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]



[framework-issues] [Issue 68977] ModuleImageManager seems t o leak memory

2006-08-28 Thread of
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68977


User of changed the following:

What|Old value |New value

 Assigned to|tm|mba





--- Additional comments from [EMAIL PROTECTED] Mon Aug 28 00:20:25 -0700 
2006 ---
of @ mba: I assume that you're a little bit more familiar with the valgrind 
stuff.

-
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]



[framework-issues] [Issue 68977] ModuleImageManager seems t o leak memory

2006-08-28 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68977


User mba changed the following:

What|Old value |New value

 Assigned to|mba   |cd





--- Additional comments from [EMAIL PROTECTED] Mon Aug 28 01:34:46 -0700 
2006 ---
Carsten, please take over. 

-
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]



[framework-issues] [Issue 68977] ModuleImageManager seems t o leak memory

2006-08-26 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68977
 Issue #|68977
 Summary|ModuleImageManager seems to leak memory
   Component|framework
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|tm
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Sat Aug 26 08:11:38 -0700 
2006 ---
i.e. the following patch fixes a valgrind detected memleak in ModuleImageManager

-
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]



[framework-issues] [Issue 68977] ModuleImageManager seems t o leak memory

2006-08-26 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68977


User cmc changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |38780)
patch to fix






--- Additional comments from [EMAIL PROTECTED] Sat Aug 26 08:11:53 -0700 
2006 ---
Created an attachment (id=38780)
patch to fix


-
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]