CoreMIDI 内存泄漏?
我组装了一个 CoreMIDI iOS 应用程序,在其中测试 MIDINetSessionBrowser 和 MIDINetworkSession。我已经研究这个问题有一段时间了,看来 CoreMIDI 存在内存泄漏。
另外,我刚刚尝试了 Pete Goodliffe 的 CoreMIDI Objective-C 演示,当我运行分析器时它也会产生内存泄漏!
因此,我认为我错过某些东西的可能性较小:)
是否有其他人分析过 CoreMIDI 并发现了相同的情况? 注意:我正在使用最新的 XCode 和最新的 iOS,并通过在 iPod touch 4 设备上运行进行分析。
I'm put together a CoreMIDI iOS app where I'm testing MIDINetSessionBrowser and MIDINetworkSession. I've been looking at this for a while now, and it appears that CoreMIDI has memory leaks.
Also, I just tried Pete Goodliffe's CoreMIDI objective-c demo and it also generates memory leaks when I run through profiler!
Thus, I think the chances that I'm missing something are smaller :)
Has anyone else profiled CoreMIDI and found the same?
Note: I'm using latest XCode and latest iOS and profiling by running on iPod touch 4 device.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于 CoreMIDI,我也遇到了一些内存泄漏。
iOS 5.0 上似乎仍然存在同样的问题。
顺便说一句,我没有使用 PGMidi 类,而只使用 CoreMIDI API。
I've some memory leaks due to CoreMIDI too.
It appears that the same issue still remains on iOS 5.0.
By the way, I'm not using PGMidi classes, but only the CoreMIDI API.