[gsl-issues] [Issue 68979] DtIntegrator::Acquire with out matching ::Release

2006-10-18 Thread hdu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68979


User hdu changed the following:

What|Old value |New value

  Status|VERIFIED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Wed Oct 18 02:02:41 -0700 
2006 ---
In SRC680_m188 = closing

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



[gsl-issues] [Issue 68979] DtIntegrator::Acquire with out matching ::Release

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


User hdu changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Thu Sep 21 01:51:05 -0700 
2006 ---
verified.

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



[gsl-issues] [Issue 68979] DtIntegrator::Acquire with out matching ::Release

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


User pl changed the following:

What|Old value |New value

 Assigned to|pl|hdu





--- Additional comments from [EMAIL PROTECTED] Wed Sep 20 10:01:40 -0700 
2006 ---
please verify in CWS vcl66: no more DtIntegrator::Acquire and Release

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



[gsl-issues] [Issue 68979] DtIntegrator::Acquire with out matching ::Release

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


User pl changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri Sep  8 08:00:50 -0700 
2006 ---
fixed in CWS vcl66, also removed the global list of DtIntegrators (which to my
best knowledge never contained more than one element anyway, this was for
potential multi display code only).

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



[gsl-issues] [Issue 68979] DtIntegrator::Acquire with out matching ::Release

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


User pl changed the following:

What|Old value |New value

Target milestone|OOo 2.x   |OOo 2.1





--- Additional comments from [EMAIL PROTECTED] Fri Sep  8 08:01:36 -0700 
2006 ---
target

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



[gsl-issues] [Issue 68979] DtIntegrator::Acquire with out matching ::Release

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


User pl changed the following:

What|Old value |New value

  Issue type|PATCH |DEFECT

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Mon Sep  4 02:12:43 -0700 
2006 ---
Will 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]



[gsl-issues] [Issue 68979] DtIntegrator::Acquire with out matching ::Release

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=68979
 Issue #|68979
 Summary|DtIntegrator::Acquire without matching ::Release
   Component|gsl
 Version|OOo 2.0.3
Platform|All
 URL|
  OS/Version|Linux
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|pl
 Reported by|cmc





--- Additional comments from [EMAIL PROTECTED] Sat Aug 26 08:23:17 -0700 
2006 ---
valgrind tells me that the DtIngtegrator alloced in SalDisp is leaking, arguably
it needs to exist the whole lifetime of the app I guess, so it's not critical,
but the following patch Releases it in the dtor to clean things up

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



[gsl-issues] [Issue 68979] DtIntegrator::Acquire with out matching ::Release

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=68979


User cmc changed the following:

What|Old value |New value

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






--- Additional comments from [EMAIL PROTECTED] Sat Aug 26 08:23:39 -0700 
2006 ---
Created an attachment (id=38782)
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]