UDP
releaseBuffer()
Since 0.4.5:
Releases the buffer previously set by a call to setBuffer().
// PROTOTYPE
void releaseBuffer();
// SYNTAX
Udp.releaseBuffer();
This is typically required only when performing advanced memory management and the UDP instance is not scoped to the lifetime of the application.