iOS:fix DoricPromise and DoricContext cycle reference causememory leak

This commit is contained in:
pengfei.zhou 2020-02-28 18:35:28 +08:00 committed by osborn
parent a2f2e74380
commit 4ca1ba63e6

View File

@ -24,7 +24,7 @@
#import "DoricConstant.h" #import "DoricConstant.h"
@interface DoricPromise () @interface DoricPromise ()
@property(nonatomic, strong) DoricContext *context; @property(nonatomic, weak) DoricContext *context;
@property(nonatomic, strong) NSString *callbackId; @property(nonatomic, strong) NSString *callbackId;
@end @end