| changeset 4259 | 0e9b6b0b1e25 |
| parent 4246 | 4f52d1d98978 |
| child 4666 | 59b81a267426 |
| child 4827 | e3adc3ee14e1 |
1.1 --- a/Plugins/Displays/Speech/GrowlSpeechPrefs.m Tue Jul 07 11:42:50 2009 -0400 1.2 +++ b/Plugins/Displays/Speech/GrowlSpeechPrefs.m Sat Aug 01 20:43:39 2009 -0400 1.3 @@ -30,6 +30,7 @@ 1.4 READ_GROWL_PREF_VALUE(GrowlSpeechVoicePref, GrowlSpeechPrefDomain, NSString *, &voice); 1.5 NSUInteger row = NSNotFound; 1.6 if (voice) { 1.7 + CFMakeCollectable(voice); 1.8 row = [availableVoices indexOfObject:voice]; 1.9 [voice release]; 1.10 }