Issue 116981 - rtl/source/bootstrap.cxx does not clean up memory
Summary: rtl/source/bootstrap.cxx does not clean up memory
Status: CLOSED FIXED
Alias: None
Product: porting
Classification: Code
Component: code (show other issues)
Version: DEV300m99
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Stephan Bergmann
QA Contact: issues@porting
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-16 10:02 UTC by Stephan Bergmann
Modified: 2017-05-20 09:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description Stephan Bergmann 2011-02-16 10:02:43 UTC
As seen with valgrind, rtl/source/bootstrap.cxx allocates various data held
through static variables that are not cleaned up properly upon exit.
Comment 1 Stephan Bergmann 2011-02-16 10:19:13 UTC
fixed as <http://hg.services.openoffice.org/cws/sb140/rev/a7dcccb027dd>; for
simplicity, rtl_bootstrap_args_close now does nothing and instead all relevant
memory is only cleaned up at exit
Comment 2 Stephan Bergmann 2011-03-16 14:49:12 UTC
...plus <http://hg.services.openoffice.org/cws/sb140/rev/1de15b007374>