ground icon indicating copy to clipboard operation
ground copied to clipboard

Make all methods that return instantiated objects autoreleased

Open manast opened this issue 12 years ago • 0 comments

For example:

MyModel.findById(myId, function(err, item){ // item should be autoreleased so that I do not need to explicitly do item.release(); });

manast avatar Apr 04 '13 09:04 manast