am c3e8fd25: am e0388230: am 14136c7c: Merge "Settings: Fix the memory leak in Settings"

* commit 'c3e8fd25997a70155497358d077e6c8fec6fe981':
  Settings: Fix the memory leak in Settings
This commit is contained in:
Jeff Sharkey
2014-02-21 17:28:39 +00:00
committed by Android Git Automerger

View File

@@ -575,6 +575,12 @@ public class InstalledAppDetails extends Fragment
mSession.pause(); mSession.pause();
} }
@Override
public void onDestroyView() {
super.onDestroyView();
mSession.release();
}
@Override @Override
public void onAllSizesComputed() { public void onAllSizesComputed() {
} }