Skip to content

memory leaks #5

@rendner

Description

@rendner

I tested my app with instruments from xcode and found some memory leaks. One leak cames from the method "- (id)initWithCanceller:(id)cancellerFunc" of the class "DKDeferred".
The retained "deferedID" (deferredID = [_uuid1() retain];) is never released inside the dealloc method.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions