Re: Workaround for framework leaks?

"Gary L. Wade" <garywade-9iVW/[email protected]> Sun, 15 Aug 2010 16:00:49 -0700
Newsgroups gmane.comp.macosx.devel
Message-ID <[email protected]>
There are indeed leaks in the frameworks. I verified at WWDC with one engineer (code was looked at) they had chosen to retain a delegate in one framework even though delegates generally do not get retained unless documented. Also one of the methods in the speech synthesizer returns a dictionary of properties (phonemes) you must release even though it's name suggests you must retain it yourself if you want it. Unfortunately, I can never have a clean analyzer build due to this. If you believe in your case, write a bug and possibly use an incident report for a definite solution.

- Gary L. Wade (Sent from my iPhone)