S Sergio10 macrumors regular Original poster Apr 25, 2010 #1 HI, "Leaks" instrument shows that current code has leak: PHP: - (void)setCity:(NSString*)aCity { if(aCity != nil) { [city setString:aCity]; // it show here } } How to solve the problem? Thanks.
HI, "Leaks" instrument shows that current code has leak: PHP: - (void)setCity:(NSString*)aCity { if(aCity != nil) { [city setString:aCity]; // it show here } } How to solve the problem? Thanks.