#23: CircleView.app leaks memory while animating -----------------------------------+---------------------------------------- Reporter: lsansonetti@apple.com | Owner: lsansonetti@apple.com Type: defect | Status: closed Priority: blocker | Milestone: MacRuby 0.2 Component: MacRuby | Resolution: fixed Keywords: | -----------------------------------+---------------------------------------- Changes (by lsansonetti@apple.com): * status: new => closed * resolution: => fixed Comment: The problem was in the boxed accessors, which are caching their values as ivars. Since boxeds are T_DATA, generic ivars are used, and the receiver was leaked because retained by the global table. The problem is fixed in r216. -- Ticket URL: <http://ruby.macosforge.org/trac/ticket/23#comment:4> macruby <http://ruby.macosforge.org/>