help | logout
RSP_parseDelete

RSP_parseDelete

Name

RSP_parseDelete -- Frees internal data associated with parsed history data.

Synopsis

void RSP_parseDelete(RSP_parseData *pd);

Description

Given a pointer to a valid RSP_parseData structure, this function will iterate through all associated elements and attempt to free any allocated data.

Note that if the RSP_parseData structure that has been given to this function has corrupted memory (or other problems), this function will still attempt to delete all correctly associated memory (and should just ignore any such memory-related problems).

Returns

Nothing.

Error Conditions

No errors can occur with this function.