[fbcocoa] Re: [fbcocoa] Memory Leak The Size of The Titanic

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : May 2012 : Group Archive : Group : All Groups

From: Bernie <fbcocoa.bw@...>
Date: Wed, 30 May 2012 12:09:36 +0100
rc wrote:

> This abbreviated demo that I posted earlier shows the same thing.


Crashes here when I hit the Quit button. Removing this line fixes that problem:

> [image release];

I think you're right about CGImageRelease(newImage) and [pool drain]; never being called, btw.