Do autorelease methods always survive a whole method?

Posted by Jan Hendrix on Stack Overflow See other posts from Stack Overflow or by Jan Hendrix
Published on 2010-04-24T15:27:00Z Indexed on 2010/04/24 15:33 UTC
Read the original article Hit count: 263

Filed under:
|

Hi,

If I'm correct then the releasing of the pool of autoreleased objects has something to do with the run loop.. I barely have an idea of what that 'run loop' is but my question is, is it possible that the object gets released before the end of the method is reached?

© Stack Overflow or respective owner

Related posts about cocoa

Related posts about autorelease