CoreMIDI 内存泄漏?

发布于 2024-11-03 03:47:41 字数 318 浏览 1 评论 0原文

我组装了一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

财迷小姐 2024-11-10 03:47:41

由于 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文