SRCloseRecognitionSystem
You should use theSRCloseRecognitionSystemfunction to close a recognition system when your application is finished using it (for example, just before your application quits).
pascal OSErr SRCloseRecognitionSystem (SRRecognitionSystem system);
system- A recognition system.
DESCRIPTION
TheSRCloseRecognitionSystemfunction closes the recognition system specified by thesystemparameter. If any speech objects are still attached to that recognition system, they are disposed of and any references you have to those objects are thereby rendered invalid.