RSP_serverFree

Name

RSP_serverFree -- Clears internal data downloaded from an RSPD.

Synopsis

void RSP_serverFree(RSP_server *server);

Description

Given an RSP_server structure, this function will iterate through it and free all associated memory. If a persistent connection was established, this function will close it. Be sure to call RSP_serverFree after you are done using the RSP_serve structure to free its data and avoid memory leaks.

Returns

Nothing.

Error Conditions

No errors can occur with this function.