To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=65292
                  Issue #:|65292
                  Summary:|One more leak in registry/inc/reader.hxx
                Component:|udk
                  Version:|680m167
                 Platform:|All
                      URL:|
               OS/Version:|All
                   Status:|NEW
        Status whiteboard:|
                 Keywords:|
               Resolution:|
               Issue type:|PATCH
                 Priority:|P3
             Subcomponent:|code
              Assigned to:|kr
              Reported by:|kendy





------- Additional comments from [EMAIL PROTECTED] Thu May 11 02:32:08 -0700 
2006 -------
Similarly to issue 49503, there's one more leak there: 
 
--- registry/inc/registry/reader.hxx.ark        2005-07-02 12:53:12.000000000 
+0200 
+++ registry/inc/registry/reader.hxx    2005-07-02 12:53:25.000000000 +0200 
@@ -582,7 +582,7 @@ 
         if (s == 0) { 
             throw std::bad_alloc(); 
         } 
-        return s; 
+        return rtl::OUString( s, SAL_NO_ACQUIRE ); 
     } 
  
     /**

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

Reply via email to