FreeString()

Releases the memory allocated for the string.

Syntax

void FreeString(char* str);

Parameters

str String to be released.
Return Value none

Examples

char* str = GetVersionString();
FreeString(str);

See also

GetLibPath, GetVersionString, GetProfileNameString, GetProfilePathString, GetDescriptionString, GetCmdName, GetCmdDisplayName, GetCmdDisplayNameWithPath, GetFn, LineListGet