Skip to main content

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); |   |

void * <var class="pdparam">tofree</var>;

Description

Use this function to release the ec_config_header struct acquired via ec_config_fetch_globalconf. Do not use free or ec_free.

Parameters

tofree

A pointer to an ec_config_header struct.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?