Lion NSSpeechSynthesizer leak?

2011-07-25 Thread Bill Cheeseman
Code that did not leak when built in Snow Leopard now leaks an 
NSSpeechSynthesizer object when built in Lion. It is a standard bit of code 
that allocs and inits an NSSpeechSynthesizer object in a view subclass -init 
method (or in -awakeFromNib if I move it there), and releases it in -dealloc. I 
can't stop the leak no matter what different techniques to instantiate it I try.

Known bug? Worth a radar?

-- 

Bill Cheeseman - b...@cheeseman.name

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Lion NSSpeechSynthesizer leak?

2011-07-25 Thread Eric E. Dolecki
I say radar everything.


On Mon, Jul 25, 2011 at 8:12 AM, Bill Cheeseman wjcheese...@gmail.comwrote:

 Code that did not leak when built in Snow Leopard now leaks an
 NSSpeechSynthesizer object when built in Lion. It is a standard bit of code
 that allocs and inits an NSSpeechSynthesizer object in a view subclass -init
 method (or in -awakeFromNib if I move it there), and releases it in
 -dealloc. I can't stop the leak no matter what different techniques to
 instantiate it I try.

 Known bug? Worth a radar?

 --

 Bill Cheeseman - b...@cheeseman.name

 ___

 Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

 Please do not post admin requests or moderator comments to the list.
 Contact the moderators at cocoa-dev-admins(at)lists.apple.com

 Help/Unsubscribe/Update your Subscription:
 http://lists.apple.com/mailman/options/cocoa-dev/edolecki%40gmail.com

 This email sent to edole...@gmail.com

___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com


Re: Lion NSSpeechSynthesizer leak?

2011-07-25 Thread Gary L. Wade
After the official release of Lion, I got a request to see if another 
long-standing speech synthesizer memory leak was fixed, 
-objectForProperty:NSSpeechPhonemeSymbolsProperty.

I haven't had the chance yet to check it yet, but maybe they fixed that one by 
leaking yours? Don't even get me started on their non-standard approach of 
retaining its delegate!

- Gary L. Wade (Sent from my iPhone)

On Jul 25, 2011, at 5:12 AM, Bill Cheeseman wjcheese...@gmail.com wrote:

 Code that did not leak when built in Snow Leopard now leaks an 
 NSSpeechSynthesizer object when built in Lion. It is a standard bit of code 
 that allocs and inits an NSSpeechSynthesizer object in a view subclass -init 
 method (or in -awakeFromNib if I move it there), and releases it in -dealloc. 
 I can't stop the leak no matter what different techniques to instantiate it I 
 try.
 
 Known bug? Worth a radar?
 
 -- 
 
 Bill Cheeseman - b...@cheeseman.name
___

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com