diff options
| -rw-r--r-- | chrome/browser/prefs/pref_service.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/prefs/pref_service.cc b/chrome/browser/prefs/pref_service.cc index 48c255b..0ea8d88 100644 --- a/chrome/browser/prefs/pref_service.cc +++ b/chrome/browser/prefs/pref_service.cc @@ -225,6 +225,7 @@ PrefService::~PrefService() { user_pref_store_ = NULL; default_store_ = NULL; pref_sync_associator_.reset(); + pref_notifier_.reset(); } void PrefService::InitFromStorage(bool async) { |
