mirror of https://github.com/axmolengine/axmol.git
3a36e2d5c2
* In case of iOS 9.3.5 when we show a web view and deallocate the layer it is trying to release memory associated with WKWebView instance, but it hadn’t retained it in the first place. This results in a crash. This commit fixes that crash. * Removing the autorelease and retain parts from the WKWebView instantiation. * Changes so that we can remove the retain from the property declaration and depend only on manual retain and release of memory <Deep> |
||
---|---|---|
.. | ||
UIWebView-inl.h | ||
UIWebView.cpp | ||
UIWebView.h | ||
UIWebView.mm | ||
UIWebViewImpl-android.cpp | ||
UIWebViewImpl-android.h | ||
UIWebViewImpl-ios.h | ||
UIWebViewImpl-ios.mm |