objective c - Memory leaks JSONKit iOS -
I am using JSONKit in my app, but when I click on the analysis in the xcode, let me know JSONKit.m 2 issues are found in:
Issue 1:
Issue 2:
I do something about this? I think these are not real memory leaks. In both ways, 'Create' is in their name, which I think is to follow it. I think the analyst is implementing the objective-only convention where reference should be returned only in the context of 'new', 'light', 'duplication' and 'retention'. It is obvious that the purpose-work rather than the methods; I think the analyst is implementing the Objective-C rules because Object-Objects are being refunded, though misrepresenting the general conventions inadvertently.
Comments
Post a Comment