I noticed that the SimpleFTPSample that apple provides leaks memory. The Leaks Performance tool detects a leak when using the “List” sample. A leak is detected after you press the “List” button the second time. Does anyone know why? ie have a fix? I am considering using FTP in my app, but don’t want to create a leaky app. Thanks.
I noticed that the SimpleFTPSample that apple provides leaks memory. The Leaks Performance tool
Share
(oh old Question)
In the Statusbar under Build use “Build and Analyse” this points out a leak in line 85 of
AppDelegate.mPotential leak of object allocated on line 85 and stored into initialDefaultsChangedMy solution is to release initialsDefaults after register it to Defaults on line 96