Closed GoogleCodeExporter closed 9 years ago
There is no leak but with your change you will introduce leak for sure.
OnDialogEvent() is called from a POSIX thread which means that there is no
default memory pool in place. If you declare your object before the
NSAutoreleasePool it will never be released.
The object will not leak because it is set to "autorelease".
Instruments is just a helper tool!
Original comment by boss...@yahoo.fr
on 11 Jan 2012 at 11:36
Original issue reported on code.google.com by
robat...@gmail.com
on 11 Jan 2012 at 9:38