Skip to content

Make all methods that return instantiated objects autoreleased #18

@manast

Description

@manast

For example:

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions