DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=40850>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=40850 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #19070|0 |1 is obsolete| | Attachment #19071|0 |1 is obsolete| | ------- Additional Comments From [EMAIL PROTECTED] 2006-12-18 12:08 ------- Created an attachment (id=19281) --> (http://issues.apache.org/bugzilla/attachment.cgi?id=19281&action=view) Patch to resolve memory leak issue Minimal diff to fix the BeanShell memory leak. The patch changes the BeanShellInterpreter to create an instance of the bsh.Interpreter class each time eval or source is called. Variables created in the Interpreter are loaded into a Map after each evaluation and loaded back into the new Interpreter before each evaluation to keep the same state between runs. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
