NAME FreeAslRequest - frees requester obtained from allocaslrequest (v36) SYNOPSIS FreeAslRequest( request ) A0 APTR request; FUNCTION FreeAslRequest() is used to free the structure returned by allocaslrequest() or allocfilerequest(), in order to free all resources associated with that requester after the application has completed all use of the data structures. INPUTS request - value returned from allocaslrequest() or allocfilerequest(). RESULT None. All resources associated with the request will be freed. SEE ALSO allocaslrequest(), aslrequest(), allocfilerequest()