1

My app is using a set of CGImageRef and I am wondering how to store them in an NSMutableDictionary in order to avoid memory leakes (How to transform them into NSObject and how to CFRelease properly)

Thanks in advance for your help,

Regards,

AP.
  • 5,205
  • 7
  • 50
  • 94

1 Answers1

3

I believe something like this was answered here: How do I create a mutable array of CGImageRefs?

Community
  • 1
  • 1
Moszi
  • 3,236
  • 2
  • 22
  • 20