ios - Objective C: Memory Leak due to 'Incorrect decrement of reference count' -
i hitting below memory leak warning after analyzing code.

however, warning not showing within code tell me leak happening. can advise me on cause leak , how can search code identify it?
according cocoa naming convention, methods other ones starting init, new, copy or mutablecopy must return self-owned or autoreleased object. caller must aware object returned methods need no releasing.
Comments
Post a Comment