[Date Prev][Date Next][Thread Prev][Thread Next] [Search] [Date Index] [Thread Index]

Re: [MacPerl] Re: Voice Lister (was: Chorus)



>  	SpeakText $channelB, "$i, $name";
>  	while (SpeechBusy()) {}
>
>  	SpeakText($channel, "Matthias Neerawker");
>  	while (SpeechBusy()) {}
>  	DisposeSpeechChannel $channel if $channel;
>}

Oops, you forgot to dispose of $channelB:

  	SpeakText $channelB, "$i, $name";
  	while (SpeechBusy()) {}

  	SpeakText($channel, "Matthias Neerawker");
  	while (SpeechBusy()) {}
   DisposeSpeechChannel $channel if $channel;
}
DisposeSpeechChannel $channelB;

Serious, but not fatal.

--B

# Fungal Parataxonomy                   Mycology Information (Mycoinfo)
# Webmaster, Staff Writer      **The World's First Mycology E-Journal**   
# <mailto:webmaster@mycoinfo.com>            <http://www.mycoinfo.com/> 
#
# First they ignore you. Then they laugh at you. Then they fight you.
# Then you win.                                     --Mohandas Gandhi


===== Want to unsubscribe from this list?
===== Send mail with body "unsubscribe" to macperl-request@macperl.org