--- libaitcfg/src/aitcfg.c 2012/04/04 13:11:49 1.5 +++ libaitcfg/src/aitcfg.c 2012/07/22 21:54:47 1.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcfg.c,v 1.5 2012/04/04 13:11:49 misho Exp $ +* $Id: aitcfg.c,v 1.6 2012/07/22 21:54:47 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -174,7 +174,7 @@ cfgUnloadConfig(cfg_root_t * __restrict cfg) AIT_FREE_VAL(&av->cfg_val); AIT_FREE_VAL(&av->cfg_attr); AIT_FREE_VAL(&av->cfg_sec); - free(av); + io_free(av); } cfg->rbh_root = NULL; CFG_RC_UNLOCK(cfg);