fix: fix context memory leak
This commit is contained in:
parent
d44cb35d6e
commit
c4c2b3f4dc
@ -26,7 +26,7 @@
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface DoricContextHolder : NSObject
|
||||
@property(nonatomic, strong) DoricContext *doricContext;
|
||||
@property(nonatomic, weak) DoricContext *doricContext;
|
||||
|
||||
- (instancetype)initWithContext:(DoricContext *)doricContext;
|
||||
|
||||
|
Reference in New Issue
Block a user