Re: Trying to find workarounds for serious memory leak in IKImageView

2012-08-15 Thread Eric Wing
An update: I tried to use the performSelector:withDelay workaround in my main app. It doesn't seem to work there for reasons I can't explain. So I'm pretty stuck up a creek now. Any other ideas greatly appreciated. Thanks, Eric ___ Cocoa-dev mailing lis

Trying to find workarounds for serious memory leak in IKImageView

2012-08-15 Thread Eric Wing
I just discovered IKImageView leaks a huge amount of memory (possibly the entire image data) when quickly releasing an instance and then creating a new one and do it again. There are also smaller memory leaks in the implementation reported by the Instruments Leaks tool. Based on my analysis, I thi