mindsnacks / Zinc-ObjC

Objective-C client for Zinc asset distribution system
MIT License
17 stars 6 forks source link

Fixing a retain cycle related ZincEvents #15

Closed amrox closed 12 years ago

amrox commented 12 years ago

An event held a strong reference to it's source. Unfortunately, the source would often hold a list of it's events, creating a retain cycle. The source was just used for informational purproses, so now I'm converting it to a string (via description) and storing it as a regular event attribute.

jarodl commented 12 years ago

:shipit:

JaviSoto commented 12 years ago

Awesome :) I'm glad you caught this! Not easy to track!

amrox commented 12 years ago

Thank @nachosoto

On Jul 23, 2012, at 12:49 PM, Javier Soto wrote:

Awesome :) I'm glad you caught this! Not easy to track!


Reply to this email directly or view it on GitHub: https://github.com/mindsnacks/Zinc-ObjC/pull/15#issuecomment-7188989