To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68959
                 Issue #|68959
                 Summary|configmgr: unnecessary iostream.h include
               Component|utilities
                 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|hro
             Reported by|cmc





------- Additional comments from [EMAIL PROTECTED] Fri Aug 25 06:49:07 -0700 
2006 -------
Doesn't seem necessary to include iostream.h here, and doing so forces stlport
to initialize it's iostreams infrastructure which is unnecessary here. Patch
attached to fix.

I noticed, because there's apparently a little memory leak in stlport which gets
triggered by this, e.g....

==9026== 160 bytes in 4 blocks are definitely lost in loss record 216 of 304
==9026==    at 0x4A04B67: calloc (vg_replace_malloc.c:279)
==9026==    by 0x786B69D: _STL::basic_streambuf<char, _STL::char_traits<char>
>::basic_streambuf(_IO_FILE*, _IO_FILE*) (in
/opt/openoffice/program/libstlport_gcc.so)
==9026==    by 0x786BF0C:
_SgI::stdio_streambuf_base::stdio_streambuf_base(_IO_FILE*) (in
/opt/openoffice/program/libstlport_gcc.so)
==9026==    by 0x787BD58: _STL::ios_base::_S_initialize() (in
/opt/openoffice/program/libstlport_gcc.so)
==9026==    by 0xF306FC5: (within /opt/openoffice/program/configmgr2.uno.so)
==9026==    by 0xF18EABA: (within /opt/openoffice/program/configmgr2.uno.so)

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