Command
QisLib_FreeStructureList Function: int QisLib_FreeStructureList(char** StructList, int NumStructs); Inputs: StructList: Pointer to the list of cells allocated by QisLib NumStructs: Number of cells present in the list Return: 0 (always) Errors: - Description: - Use this function to free a list of cell names allocated internally by QisLib. - It is the responsibility of the user program to call this function for lists allocated by QisLib_GetStructureList, QisLib_GetStructureRoot, and QisLib_GetStructureChildren. Failure to do so would result in memory leak.References: QisLib_GetStructureList QisLib_GetStructureRoot QisLib_GetStructureChildren |