[framework-issues] [Issue 114423] sfx2: possible use of dan gling reference

2010-09-09 Thread dtardon
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=114423
 Issue #|114423
 Summary|sfx2: possible use of dangling reference
   Component|framework
 Version|DEV300m87
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|mba
 Reported by|dtardon





--- Additional comments from dtar...@openoffice.org Thu Sep  9 12:23:54 
+ 2010 ---
const LocaleDataWrapper rLocaleWrapper = SvtSysLocale().GetLocaleData()

will leave rLocaleWrapper referencing already deleted object if there is no
other instance of SvtSysLocale somewhere around.

-
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



[framework-issues] [Issue 114423] sfx2: possible use of dan gling reference

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


User dtardon changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |71626)
create an SvtSysLoc
|  |ale instance beforehand






--- Additional comments from dtar...@openoffice.org Thu Sep  9 12:25:47 
+ 2010 ---
Created an attachment (id=71626)
create an SvtSysLocale instance beforehand


-
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



[framework-issues] [Issue 114423] sfx2: possible use of dan gling reference

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


User dtardon changed the following:

What|Old value |New value

OtherIssuesDependingOnTh|  |114424
  is|  |





-
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



[framework-issues] [Issue 114423] sfx2: possible use of dan gling reference

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


User mba changed the following:

What|Old value |New value

  Status|NEW   |STARTED

Target milestone|---   |OOo 3.4





--- Additional comments from m...@openoffice.org Thu Sep  9 12:49:43 + 
2010 ---
Thanks for spotting this. Fortunately currently this doesn't lead to a crash as
during the life time of objects using sfx2 there will always be an instance of
SvtSysLocale that keeps the refcounted pImpl of this class alive. But
nevertheless this code is ugly and error prone and so it should be fixed.

-
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