标签: ios swift memory-management memory-leaks instruments
这是我的代码:
response.responseObject = try NSJSONSerialization.JSONObjectWithData(responseData, options: NSJSONReadingOptions.MutableContainers)
如仪器所述,此行代码中有1030个泄漏(70.23 KB)。泄漏可能在其他地方吗?