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).