AWS IoT Device SDK C: Static Memory
Statically-allocated buffer pools
Return to main page ↑
Iot_FreeMessageBuffer

Free an in-use message buffer.

void Iot_FreeMessageBuffer( void * ptr );

This function is the analog of free for message buffers.

Parameters
[in]ptrPointer to the message buffer to free.