Passing arrays back and forth to functions
Is there any reason why I can't pass an NSarray from a view controller to a function in the app delegate and have it return another NSarray back to me?
It's working fine but even when I release the array after I send it I get lots of memory leaks showing up in instruments.
|