我想访问不同类中的一些声音,并且可以读取和更改多个类中每个声音的音高值。然后我extern FISound *mySound
在我的应用程序委托方法中使用并将它们加载到我的视图控制器中。它就像一个魅力,但问题是总是存在内存泄漏[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:]
有人有这样的问题吗??谢谢你。