econf_freeExtValue − free an econf_ext_value structure
#include <libeconf_ext.h>
void econf_freeExtValue(econf_ext_value *val);
The econf_freeExtValue() function is used to free the memory that was dynamically allocated for the econf_ext_value structure pointed to by val, typically obtained from a previous call to econf_getExtValue(3).
All internal members of the structure, including the value string and any associated extended data, are also freed.
If val is NULL, the function does nothing.
The econf_freeExtValue() function returns no value.
econf_getExtValue(3), econf_freeFile(3), libeconf(7)