Do you need to release parameters of methods at the end of them in Objective-C?

Posted by marty on Stack Overflow See other posts from Stack Overflow or by marty
Published on 2010-05-19T11:55:11Z Indexed on 2010/05/19 12:00 UTC
Read the original article Hit count: 168

Filed under:
|
|
|

If I have a parameter passed to a method, do I need to release the parameter at the end of the method?

© Stack Overflow or respective owner

Related posts about objective-c

Related posts about iphone