Skip to content

Commit 5f946e8

Browse files
committed
Fix memory issue.
1 parent 89aa966 commit 5f946e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

STNetTaskQueue/STHTTPNetTaskQueueHandler.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@ - (STHTTPNetTaskQueueHandlerOperation *)operation
8282
@interface STHTTPNetTaskQueueHandlerOperation : NSObject <NSURLSessionDataDelegate>
8383

8484
@property (nonatomic, strong) STNetTaskQueue *queue;
85-
@property (nonatomic, strong) STHTTPNetTask *task;
86-
@property (nonatomic, weak) NSURLSession *session;
85+
@property (nonatomic, weak) STHTTPNetTask *task;
86+
@property (nonatomic, strong) NSURLSession *session;
8787
@property (nonatomic, strong) NSURL *baseURL;
8888

8989
- (void)start;

0 commit comments

Comments
 (0)