Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Sergio10

macrumors regular
Original poster
Oct 3, 2007
137
0
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.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.