CG Raster Data - CGProviderCreateWithCopyOfData - Unable to Release?

Viewed 1046

I am trying to find the source of a memory leak as detailed here :

Unable to Release Quartz 2D and Core Text created Images

When I use instruments I can see that there is something called CG Raster Data steadily growing in size which is never released.

Does anyone know what could be causing this and how to remedy ? It looks like this might be some sort of image caching, but is it possible to flush this from code ?

1 Answers
Related