You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/11/01 00:43:55 UTC

[35/50] ios commit: CB-7882 - viewDidUnload instance method is missing [super viewDidUnload] call

CB-7882 - viewDidUnload instance method is missing [super viewDidUnload] call


Project: http://git-wip-us.apache.org/repos/asf/cordova-ios/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-ios/commit/31302e40
Tree: http://git-wip-us.apache.org/repos/asf/cordova-ios/tree/31302e40
Diff: http://git-wip-us.apache.org/repos/asf/cordova-ios/diff/31302e40

Branch: refs/heads/wkwebview
Commit: 31302e403013618e7ed1f5e703db8475643c78ff
Parents: 1d7ed65
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 27 16:53:13 2014 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 27 16:53:13 2014 -0700

----------------------------------------------------------------------
 CordovaLib/Classes/CDVViewController.m | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-ios/blob/31302e40/CordovaLib/Classes/CDVViewController.m
----------------------------------------------------------------------
diff --git a/CordovaLib/Classes/CDVViewController.m b/CordovaLib/Classes/CDVViewController.m
index f0e0c2f..eb056ce 100644
--- a/CordovaLib/Classes/CDVViewController.m
+++ b/CordovaLib/Classes/CDVViewController.m
@@ -657,6 +657,8 @@
     self.webView.delegate = nil;
     self.webView = nil;
     [CDVUserAgentUtil releaseLock:&_userAgentLockToken];
+
+    [super viewDidUnload];
 }
 
 #pragma mark UIWebViewDelegate


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