ListDispose

void ListDispose (ListType listToDispose);

Purpose

Disposes of the memory allocated for a list.

Parameters

Input
Name Type Description
listToDispose ListType Pass the list to dispose. If you pass zero (or NULL), the function returns without performing any action.

Return Value

None.