Closed amrox closed 12 years ago
:shipit:
Awesome :) I'm glad you caught this! Not easy to track!
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
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.