Wayne Meissner created JRUBY-6451: ------------------------------------- Summary: memory leak in rb_struct_new Key: JRUBY-6451 URL: https://jira.codehaus.org/browse/JRUBY-6451 Project: JRuby Issue Type: Bug Affects Versions: JRuby 1.6 Reporter: Wayne Meissner Assignee: Wayne Meissner Fix For: JRuby 1.7
rb_struct_new() allocates a temporary array to hold the arguments to pass to the class constructor, but never frees the array. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://jira.codehaus.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email