異なるクラスのいくつかのサウンドにアクセスしたいのですが、複数のクラスの各サウンドのピッチ値を読み取って変更できます。次にextern FISound *mySound
、アプリケーションのデリゲート メソッドで使用し、View Controller にロードしました。それは魅力のように機能していますが、問題は常にメモリリークがあることです[FIDecoder decodeSampleAtPath:error]
Leaked Object # Address Size Responsible Library Responsible Frame
FISample,1 0x76e9030 32 Bytes Musizs -[FIDecoder decodeSampleAtPath:error:]
NSConcreteData,1 0x76e7100 32 Bytes Foundation +[NSData(NSData) allocWithZone:]
NSConcreteData,1 0x737b080 32 Bytes Foundation +[NSData(NSData) allocWithZone:]
FISample,1 0x76e81c0 32 Bytes Musizs -[FIDecoder decodeSampleAtPath:error:]
誰かがそのような問題を抱えていますか?? ありがとうございました。