am a5f756c9: Merge "Prevent cursor from causing global reference leaks."

* commit 'a5f756c9e66ee81585ba81d13a8e13f809bdd875':
  Prevent cursor from causing global reference leaks.
This commit is contained in:
Amith Yamasani
2013-02-20 09:17:18 -08:00
committed by Android Git Automerger

View File

@@ -76,6 +76,7 @@ public class LocationSettings extends SettingsPreferenceFragment
if (mSettingsObserver != null) {
mContentQueryMap.deleteObserver(mSettingsObserver);
}
mContentQueryMap.close();
}
private PreferenceScreen createPreferenceHierarchy() {