Index: chrome/app/keystone_glue.m |
diff --git a/chrome/app/keystone_glue.m b/chrome/app/keystone_glue.m |
index 0ebf799869936c8325ee6d86c31684f8e9a5244f..86f48ce0707d5c287fa8e520489737afd5b6df9a 100644 |
--- a/chrome/app/keystone_glue.m |
+++ b/chrome/app/keystone_glue.m |
@@ -73,6 +73,7 @@ NSString *KSRegistrationRemoveExistingTag = @""; |
[version_ release]; |
[channel_ release]; |
[registration_ release]; |
+ [[NSNotificationCenter defaultCenter] removeObserver:self]; |
[super dealloc]; |
} |