ec_config_release_value
Last updated March 2020
Name
ec_config_release_value — Free the memory associated with a ec_config_value struct
Synopsis
#include "ec_config.c"
| void **ec_config_release_value** (
| tofree)
; | |
Description
Use this function to free the memory associated with an ec_config_value struct. Do not use free
or ec_free.
- tofree
-
A pointer to an ec_config_value struct.
This function returns void.
It is legal to call this function in any thread.
Was this page helpful?