键盘扩展中的advanceToNextInputMode之后的iOS内存泄漏

时间:2022-02-15 08:59:20

I'm developing Keyboard Extension on iOS 8.3 While developing there is a memory leak somewhere after calling advanceToNextInputMode.

我在iOS 8.3上开发键盘扩展在开发时,在调用advanceToNextInputMode之后某处存在内存泄漏。

And the Responsible Frame and leaked Object are looks like totally out of my control.

负责任的框架和泄露的对象看起来完全不受我的控制。

Can anybody meet anything similar problem?

任何人都可以遇到类似的问题吗?

键盘扩展中的advanceToNextInputMode之后的iOS内存泄漏

1 个解决方案

#1


I have this exact problem. It is Apple's fault. The total amount of memory leaked is pretty tiny though. File a bug report so they'll take it more seriously (I've already filed, but more always help).

我有这个确切的问题。这是Apple的错。泄漏的内存总量非常小。提交错误报告,以便他们更认真对待(我已经提交过,但更多的是帮助)。

#1


I have this exact problem. It is Apple's fault. The total amount of memory leaked is pretty tiny though. File a bug report so they'll take it more seriously (I've already filed, but more always help).

我有这个确切的问题。这是Apple的错。泄漏的内存总量非常小。提交错误报告,以便他们更认真对待(我已经提交过,但更多的是帮助)。