File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -1044,7 +1044,6 @@ void Director::reset()
1044
1044
1045
1045
stopAnimation ();
1046
1046
1047
- AX_SAFE_RELEASE_NULL (_notificationNode);
1048
1047
AX_SAFE_RELEASE_NULL (_FPSLabel);
1049
1048
AX_SAFE_RELEASE_NULL (_drawnBatchesLabel);
1050
1049
AX_SAFE_RELEASE_NULL (_drawnVerticesLabel);
@@ -1078,13 +1077,6 @@ void Director::cleanupDirector()
1078
1077
reset ();
1079
1078
1080
1079
// cleanup graphics before release glView, otherwise, will cause crash on linux
1081
- AX_SAFE_RELEASE (_FPSLabel);
1082
- AX_SAFE_RELEASE (_drawnVerticesLabel);
1083
- AX_SAFE_RELEASE (_drawnBatchesLabel);
1084
-
1085
- AX_SAFE_RELEASE (_runningScene);
1086
- AX_SAFE_RELEASE (_notificationNode);
1087
-
1088
1080
AX_SAFE_DELETE (_renderer);
1089
1081
backend::DriverBase::destroyInstance ();
1090
1082
You can’t perform that action at this time.
0 commit comments