FROM : Ricky Sharp
DATE : Tue Dec 20 23:36:06 2005
On Dec 20, 2005, at 1:39 PM, Casey Fleser wrote:
> Hmm? In speechSynthesizer: didFinishSpeaking: it says: [inSender
> release].
>
> BTW, I also tried creating an autoreleased version of
> NSSpeechSynthesizer instead of releasing via the delegate message.
> Either way though the NSSpeechSynthesizer will get dealloc'd, but
> not clean up after itself properly.
>
> I will probably work around this by creating a single
> NSSpeechSynthesizer and reusing it as needed, but I shouldn't have to.
Using a singleton is what I do. It's definitely a bug though that
you should file.
___________________________________________________________
Ricky A. Sharp mailto:<email_removed>
Instant Interactive(tm) http://www.instantinteractive.com
DATE : Tue Dec 20 23:36:06 2005
On Dec 20, 2005, at 1:39 PM, Casey Fleser wrote:
> Hmm? In speechSynthesizer: didFinishSpeaking: it says: [inSender
> release].
>
> BTW, I also tried creating an autoreleased version of
> NSSpeechSynthesizer instead of releasing via the delegate message.
> Either way though the NSSpeechSynthesizer will get dealloc'd, but
> not clean up after itself properly.
>
> I will probably work around this by creating a single
> NSSpeechSynthesizer and reusing it as needed, but I shouldn't have to.
Using a singleton is what I do. It's definitely a bug though that
you should file.
___________________________________________________________
Ricky A. Sharp mailto:<email_removed>
Instant Interactive(tm) http://www.instantinteractive.com
| Related mails | Author | Date |
|---|---|---|
| Casey Fleser | Dec 20, 20:10 | |
| Vince DeMarco | Dec 20, 20:13 | |
| Casey Fleser | Dec 20, 20:39 | |
| Ricky Sharp | Dec 20, 23:36 | |
| Vince DeMarco | Dec 21, 00:27 | |
| Casey Fleser | Dec 21, 16:17 |






Cocoa mail archive

