Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix memory leak - initially reported in apache#290
Whenever closing an InAppBrowser instance, a webview was left in memory with about:blank page. This change fixes the issue by destroying and freeing the inAppWebView object.
- Loading branch information