Xcode 4.2中的内存泄漏

时间:2011-11-09 20:13:09

标签: iphone ios4 memory memory-management

  

可能重复:
  My program has a memory leak

-(IBAction)pushAbout  
{  
    UIAlertView *alert =[[UIAlertView alloc]initWithTitle:@"About" message:@"Created by Alfred"   delegate:nil      
cancelButtonTitle:@"Dismiss" otherButtonTitles:nil];
    [alert show];

}

它告诉我分配的对象可能存在泄漏

0 个答案:

没有答案