You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@weex.apache.org by ac...@apache.org on 2018/05/24 03:42:40 UTC

incubator-weex git commit: [WEEX-400][iOS] try to resolve multi thread acessing jscontext

Repository: incubator-weex
Updated Branches:
  refs/heads/master 641e3826e -> 3f11db871


[WEEX-400][iOS] try to resolve multi thread acessing jscontext

Bug:400


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-weex/commit/3f11db87
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex/tree/3f11db87
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex/diff/3f11db87

Branch: refs/heads/master
Commit: 3f11db8718a3e5b850994c7c30c4a0c47f43a589
Parents: 641e382
Author: acton393 <zh...@gmail.com>
Authored: Thu May 24 11:41:02 2018 +0800
Committer: acton393 <zh...@gmail.com>
Committed: Thu May 24 11:41:02 2018 +0800

----------------------------------------------------------------------
 ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex/blob/3f11db87/ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m
----------------------------------------------------------------------
diff --git a/ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m b/ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m
index 3e4f972..ad53d3a 100644
--- a/ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m
+++ b/ios/sdk/WeexSDK/Sources/Model/WXSDKInstance.m
@@ -500,7 +500,6 @@ typedef enum : NSUInteger {
     }
 
     [[WXSDKManager bridgeMgr] destroyInstance:self.instanceId];
-    _instanceJavaScriptContext = nil;
     
     if (_componentManager) {
         [_componentManager invalidate];