Skip to main content

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

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

Description

Use this function to free the memory associated with an ec_config_value struct. Do not use free or ec_free.

Parameters

tofree

A pointer to an ec_config_value struct.

Return Values

This function returns void.

Threading

It is legal to call this function in any thread.

Was this page helpful?