ios - Objective C: Memory Leak due to 'Incorrect decrement of reference count' -


i hitting below memory leak warning after analyzing code.

enter image description here

however, warning not showing within code tell me leak happening. can advise me on cause leak , how can search code identify it?

http://developer.apple.com/library/mac/#documentation/cocoa/conceptual/memorymgmt/articles/mmrules.html#//apple_ref/doc/uid/20000994-bajhfbgh

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

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -