This is an automated email from the ASF dual-hosted git repository.
dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git
The following commit(s) were added to refs/heads/master by this push:
new 8672b5d6 fix: memory leak when removing the CDVViewController (#1326)
8672b5d6 is described below
commit 8672b5d6c7d6e196729a830a7df35adc0d7a7be3
Author: cbernier2 <[email protected]>
AuthorDate: Sat May 20 15:42:39 2023 -0400
fix: memory leak when removing the CDVViewController (#1326)
---
CordovaLib/include/Cordova/CDVURLSchemeHandler.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CordovaLib/include/Cordova/CDVURLSchemeHandler.h
b/CordovaLib/include/Cordova/CDVURLSchemeHandler.h
index ed691d67..a0f25e08 100644
--- a/CordovaLib/include/Cordova/CDVURLSchemeHandler.h
+++ b/CordovaLib/include/Cordova/CDVURLSchemeHandler.h
@@ -25,7 +25,7 @@
@interface CDVURLSchemeHandler : NSObject <WKURLSchemeHandler>
-@property (nonatomic, strong) CDVViewController* viewController;
+@property (nonatomic, weak) CDVViewController* viewController;
@property (nonatomic) CDVPlugin* schemePlugin;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]