You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/02/03 13:48:09 UTC

[GitHub] [cordova-ios] dbiaz opened a new issue #1071: memory leak for hybrid apps with more than one CDVViewController

dbiaz opened a new issue #1071:
URL: https://github.com/apache/cordova-ios/issues/1071


   # Bug Report
   
   ## Problem
   retain cycle causes a memory leak when releasing CDVViewController in a hybrid app
   
   ### What is expected to happen?
   CDVViewController and related objects should be released from memory
   
   ### What does actually happen?
   memory not released 
   
   ## Information
   CDVViewController holds a strong reference to CDVWebViewEngine
   CDVWebViewEngine holds a strong reference to CDVURLSchemeHandler
   CDVURLSchemeHandler holds a string reference to CDVViewController
   
   ### Version information
   cordova: cordova-ios via cocoapods
   
   ## Checklist
   
   - [x ] I searched for existing GitHub issues
   - [ x] I updated all Cordova tooling to most recent version
   - [x ] I included all the necessary information above
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org