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