Contents page

Index

rtFreeReqBuffer


reqtools.library/rtFreeReqBuffer

  NAME  rtFreeReqBuffer()

rtFreeReqBuffer (req);

void rtFreeReqBuffer (APTR); A1

DESCRIPTION Frees the buffer associated with 'req'. In case of a file requester this function will deallocate the directory buffer, in case of a font requester the font list.

It is safe to call this function for requesters that have no buffer, so you may call this for all requesters to free as much memory as possible.

INPUTS req - pointer to requester.

RESULT none

BUGS none known

SEE ALSO rtFileRequest(), rtFontRequest()