运行时内存泄漏:[[GKMatchmakerViewController alloc] initWithMatchRequest:request]

时间:2017-01-06 13:52:12

标签: objective-c memory memory-leaks game-center copywithzone

我正在使用xCode Instruments工具测试我的Objective C项目的内存泄漏。

以下几行(在我的程序中,在Game Center中查找匹配项)正在生成内存泄漏:

{{1}}

根据仪器堆栈跟踪,泄漏对象是“GKMatchRequest”。

负责任的图书馆:GameCenterFoundation

负责任的框架: - [GKMatchRequest copyWithZone:]

Instruments Tool - Memory Leaks

我正在使用ARC,因此不应要求在“请求”之后包含“自动释放”,如某些报告类似问题的论坛(即:https://forums.coronalabs.com/topic/59315-ios-native-plugin-objective-c-memory-leak/)所示。

如何在代码中避免此内存泄漏?

0 个答案:

没有答案