[MacRuby-devel] [macruby] #23: CircleView.app leaks memory while animating

macruby ruby-noreply at macosforge.org
Sat May 24 00:57:34 PDT 2008


#23: CircleView.app leaks memory while animating
-----------------------------------+----------------------------------------
 Reporter:  lsansonetti at apple.com  |        Owner:  lsansonetti at apple.com
     Type:  defect                 |       Status:  closed               
 Priority:  blocker                |    Milestone:  MacRuby 0.2          
Component:  MacRuby                |   Resolution:  fixed                
 Keywords:                         |  
-----------------------------------+----------------------------------------
Changes (by lsansonetti at 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/>


More information about the MacRuby-devel mailing list