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.
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.