| changeset 4142 | 5deddffb750a |
| parent 4005 | 62764463477c |
| child 4208 | 10d1c49d4df1 |
| child 4220 | c2f6adaf90b7 |
| child 4743 | 88628c6c7011 |
1.1 --- a/Plugins/Displays/GrowlDisplayWindowController.m Thu Jan 24 20:26:54 2008 +0000 1.2 +++ b/Plugins/Displays/GrowlDisplayWindowController.m Sun Jul 06 17:43:34 2008 +0000 1.3 @@ -44,6 +44,7 @@ 1.4 if (!classInstances) { 1.5 classInstances = [[NSMutableDictionary alloc] init]; 1.6 [existingInstances setObject:classInstances forKey:self]; 1.7 + [classInstances release]; 1.8 } 1.9 [classInstances setValue:instance forKey:ident]; 1.10 }