fsChartsFreeChartIndex
The fsChartsFreeChartIndex frees the memory of the given FsChartIndex. Once freed, the pointer can no longer be used.
Syntax
void fsChartsFreeChartIndex(
FsChartIndex* index
);
Members
| Parameters | Description |
|---|---|
index |
The chart index to free. |
Return Values
The function returns False if something has gone wrong, otherwise it returns True.
Remarks
Although it is possible to free the data structure manually, it is highly recommended to use this function instead to prevent potential errors and memory leaks.
Related Topics