afc_nodemaster_free_array

Name

afc_nodemaster_free_array  -- Frees the array rappresentation of the List

Synopsis

void afc_nodemaster_free_array (NodeMaster * nm);

Description

This method will free the memory used by the static array.

Inputs

nm

Pointer to a valid NodeMaster class.

Result

NONE

See Also