https://bugs.documentfoundation.org/show_bug.cgi?id=92916
raal <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #4 from raal <[email protected]> --- This seems to have begun at the below commit. Adding Cc: to Stephan Bergmann ; Could you possibly take a look at this one? Thanks cc0baee6acfd3166332690fb25404fa440b76abc is the first bad commit commit cc0baee6acfd3166332690fb25404fa440b76abc Author: Matthew Francis <[email protected]> Date: Sat Mar 14 20:38:34 2015 +0800 source-hash-6b4c596b01039324cfe78f38c4e3ffb9080bcd34 commit 6b4c596b01039324cfe78f38c4e3ffb9080bcd34 Author: Stephan Bergmann <[email protected]> AuthorDate: Mon Jun 2 11:12:11 2014 +0200 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Jun 2 11:12:11 2014 +0200 Fix memory leak for BASIC sub (as well as void function) d88593af59d9126cdbcd6c0a5b06fb9c673dc6f9 "INTEGRATION: CWS ab34: #i73457# Prevent sub from beeing set as param 0 for return type void" to fix i#73457 "Memory Leak in all Basic type void Method calls" had made the PutDirect call dependent on != SbxVOID only (which would cover void functions) but not also on != SbxEMPTY (which would apparently be required to also cover subs, as seen with CppunitTest_basic_vba run under lsan). Either this was an oversight with the original fix, or subs have meanwhile changed from GetType() == SbxVOID to SbxEMPTY? Change-Id: I3e5dbf79bfd5eea3cfec8ed3fa984d13167aa501 -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ Libreoffice-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs
