Fixed memory leak

This commit is contained in:
Anthony Restaino 2015-10-21 22:45:20 -04:00
parent 34312bb988
commit 7aaf6d1771

View File

@ -103,6 +103,7 @@ public class TabsManager {
tab.onDestroy(); tab.onDestroy();
} }
mWebViewList.clear(); mWebViewList.clear();
mCurrentTab = null;
} }
/** /**