I have the following method
I am not releasing the aPais, because if I do it the application crashes. I don't know when or if whether I should release it somewhere after using it and, if so, how do I do it. Just release the NSMutableArray is enough? Or do I have to traverse it and release each object? And if I don't have to release it, who is the responsible for releasing? |
||||
feedback
|
As epatel said, you don't need to release that particular string. If you wanted to be more proactive, you could do this instead:
In summary:
-- Edit: Added |
||||
feedback
|
|
|||
Was this post useful to you?
|