Delegate memory leakage issue in iOS SDK -
i have memory leakage issue in delgate ios sdk. please check image here
http://screencast.com/t/tizjknbt
if coming on view, crashing , if retain it, via [self.delegate retain]; wont crash.
first, use annoying warning message: http://jomnius.blogspot.ro/2011/09/declaration-of-struct-sockaddrin-will.html
second, why retain delegate? have nonatomic, retain class property no need manually retain it...
the crash doesn't have this, it's more trying access deallocate object somewhere. suggestion comment/delete retain line, enable nszombies ( how enable nszombie in xcode? ) , tell more crash
Comments
Post a Comment