[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 --- Comment #11 from Commit Notification --- Julien Nabet committed a patch related to this issue. It has been pushed to "libreoffice-5-4":

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 Commit Notification changed: What|Removed |Added Whiteboard|target:6.0.0

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 Julien Nabet changed: What|Removed |Added Status|NEW |RESOLVED

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-15 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 Telesto changed: What|Removed |Added CC||serval2...@yahoo.fr

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-14 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 --- Comment #8 from Telesto --- No leaking on Windows and Mac! Thanks Julien! -- You are receiving this mail because: You are the assignee for the bug.___ Libreoffice-bugs

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 --- Comment #7 from Julien Nabet --- Telesto/Alex: here too, I compared the number of calls of constructor and destructor of UserData object before and after the patch and it seems ok now. Waiting for your feedback

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 Commit Notification changed: What|Removed |Added Whiteboard|

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-10 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 --- Comment #6 from Commit Notification --- Julien Nabet committed a patch related to this issue. It has been pushed to "master":

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 Julien Nabet changed: What|Removed |Added CC|serval2...@yahoo.fr | ---

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 --- Comment #4 from Noel Grandin --- probably the easiest fix is to define a custom subclass of SvTreeListEntry that delete's the UserData in it's destructor. something like class MyListEntry : public

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 --- Comment #3 from Julien Nabet --- I noticed SvHeaderTabListBoxImpl hadn't destructor to call pHeaderBar.disposeAndClear 483 namespace svt 484 { 485 struct SvHeaderTabListBoxImpl 486 { 487

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 --- Comment #2 from Alex Thurgood --- Line 213 in optaboutconfig.cxx is pointed to as the culprit : pEntry->SetUserData( new UserData(rPropertyPath) ); -- You are receiving this mail because: You are the assignee

[Libreoffice-bugs] [Bug 112254] CuiAboutConfigTabPage::InsertEntry leaks memory

2017-09-07 Thread bugzilla-daemon
https://bugs.documentfoundation.org/show_bug.cgi?id=112254 Alex Thurgood changed: What|Removed |Added Status|UNCONFIRMED |NEW Ever