https://issues.apache.org/bugzilla/show_bug.cgi?id=47921
--- Comment #1 from Philippe Mouawad <[email protected]> 2011-09-14 21:34:38 UTC --- Created attachment 27497 --> https://issues.apache.org/bugzilla/attachment.cgi?id=27497 Fixes the leaks Hello, I tracked references and I saw 2 remaining issues: - JMeterThread holds a reference to JMeterVariables through threadVars, at end of thread this one holds data that were added by Samplers . So what I did was to take an image of threadVars at start in a variable called threadVars and then at end of thread, clean all keys that were not here at start , DO YOU SEE ANY CASE THAT WOULD INTRODUCE AN ISSUE ? - JMeterContext hold a reference to JMeterThread in thread variable which is not reset to null, as this is repositionned in initRun at each run, I can remove if safely I think Regards Philippe -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
