メモリリークオブジェクト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]
ありがとう