API void
LQT_DestroyPhrase
(db, Phrase)
t_LQTEXT_Database *db;
t_Phrase *Phrase;
Purpose
Frees any memory associated with the given phrase, and then frees the Phrase itself. After calling LQT_DestroyPhrase, it is an error to attempt to dereference the Phrase, and the operating system may detect this and raise an exception or send a fatal signal.
See Also: