Hi all, I'm having a problem on 10.6 with a couple of custom plugins I've got that create image buffers.
I've combed over my code with a toothpick and am certain there are no leaking objects on my part. However, when I run an Object Allocations trace on QC I see CFArray and CFArray (store-deque) steadily growing. When I run the same trace on 10.7, I see no steady growth of CFArray and CFArray (store-deque). Am I right in assuming this indicates some sort of bug with QCImageBuffer(Extensions) cacheRetain: on 10.6 and below? This appears to be the culprit in the stack trace. Finally, can anyone offer me any sensible solution to this, other than "upgrade to 10.7"? Does anyone know what exactly triggers this behaviour? Can post code and demos if needed. Cheers, Ade. _______________________________________________ Do not post admin requests to the list. They will be ignored. Quartzcomposer-dev mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/quartzcomposer-dev/archive%40mail-archive.com This email sent to [email protected]

