econf_freeFile − free memory allocated for a configuration file object
#include <libeconf.h>
void econf_freeFile(econf_file *key_file);
The econf_freeFile() function releases the memory allocated for the configuration file object specified by key_file.
The key_file parameter is a pointer to the econf_file structure that was previously allocated by functions such as econf_readFile(3), econf_readConfig(3), or econf_newIniFile(3).
After this function is called, the pointer key_file is invalid and should not be accessed.
The econf_freeFile() function returns no value.
econf_freeFilep(3), econf_readFile(3), econf_readConfig(3), econf_newIniFile(3), libeconf(3)