utl_freebuf() function
* Function utl_freebuf * Description This function calls osi_free to free the buffer passed * in, if buffer pointer is not NULL, and also initializes * buffer pointer to NULL. * Returns Nothing.
Syntax
extern void utl_freebuf(void **p);