NSJSONSerialization方法中的内存泄漏?

时间:2016-09-29 05:12:38

标签: ios swift memory-management memory-leaks instruments

这是我的代码:

response.responseObject = try NSJSONSerialization.JSONObjectWithData(responseData, options: NSJSONReadingOptions.MutableContainers)

如仪器所述,此行代码中有1030个泄漏(70.23 KB)。泄漏可能在其他地方吗?

0 个答案:

没有答案
相关问题