lq-text: LQT_DestroyFileInfo

API void LQT_DestroyFileInfo (db, FileInfo) t_LQTEXT_Database *db; t_FileInfo *FileInfo;

Purpose

Frees the memory used by the given FileInfo. Neither the database nor the file described by the FileInfo is affected; LQT_Destroy­File­Info frees any internal data structures associated with the FileInfo and then frees the FileInfo itself. After calling LQT_Destroy­File­Info, the FileInfo pointer is no longer valid, and should not be dereferenced.

See Also: