Deleting an Attribute From the SDP Media Structure
void sdp_free_session(sdp_session_t *session);
The sdp_free_session
()
function destroys the session
specified by the session
parameter and frees the resources
that are associated with that structure.
For more information, see the
sdp_free_session
(3COMMPUTIL) man page.