rubymotion-community / sugarcube

Some sugar for your cocoa. RubyMotion helpers.
Other
422 stars 66 forks source link

Potential Memory Leak in Animation Chain #169

Closed jdewind closed 10 years ago

jdewind commented 10 years ago

See the following line in the SugarCube animation chain.

A strong reference is made to a lambda that will implicitly create a strong reference back to the owner of the code>@after_block</code ivar, which appears to create a cyclical reference.

jdewind commented 10 years ago

See pull request #170.

colinta commented 10 years ago

Fixed in 2.9.0! Thanks for the fix!