ec_message_free
Last updated March 2020
Name
ec_message_free — Release resources held by this message
Synopsis
#include "ec_message.h"
| void **ec_message_free** (
| message)
; | |
Description
Drops the reference to the message or frees memory if it's the last reference to the ec_message.
- message
-
A pointer to an ec_message struct. For documentation of this data structure see “ec_message”
This function returns void.
It is legal to call this function in any thread.
See Also
Was this page helpful?