void vStreamBufferDelete( stream_buf_t xStreamBuffer );
Deletes a stream buffer that was previously created using a call to stream_buf_create() or stream_buf_create_static(). If the stream buffer was created using dynamic memory (that is, by stream_buf_create()), then the allocated memory is freed.
A stream buffer handle must not be used after the stream buffer has been deleted.
| xStreamBuffer | The handle of the stream buffer to be deleted. |