I have CFArray and CFString allocations going all red while checking on the Instruments Object Alloc.
Object seem to be alive but not being used, this because the used part of the histogram is 1/10th of the total histogram (which has turned red) in both cases.
the app is a photo library application with 7 view controllers. Loading up thumbnail images for each individual view controller, and then loading the image on need basis. Just going back and forth between two view controllers keeps pushing the CFArray histogram up.
let me know if posting the code here would help.
Thanks, P