Do autoreleased objects 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/25
8:53 UTC
Read the original article
Hit count: 258
cocoa
|autorelease
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