NAME rtFreeRequest()rtFreeRequest (req);
void rtFreeRequest (APTR); A1
DESCRIPTION Free requester structure previously allocated by rtAllocRequestA(). This will also free all buffers associated with the requester, so there is no need to call rtFreeReqBuffer() first.
INPUTS req - pointer to requester (may be NULL).
RESULT none
BUGS none known
SEE ALSO rtAllocRequestA()