获取内存泄漏对象NSDate和负责库是 UIKit 负责框架是UIApplication:sendAction:to:from:forEvent:为什么会这样。我该如何解决这个内存泄漏。我根本没有使用界面生成器。一切都以编程方式完成
Event Type Responsible Library Responsible Caller
Malloc UIKit [UIApplication sendAction:to:from:forEvent:]
Autorelease UIKit [UIApplication sendAction:to:from:forEvent:]
Retain UIKit [UIApplication sendAction:to:from:forEvent:]
Release Foundation [NSAutoreleasePool release]
谢谢