--- libaitcfg/src/parse.c 2012/04/25 16:48:01 1.7.2.1 +++ libaitcfg/src/parse.c 2012/05/23 14:52:50 1.7.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: parse.c,v 1.7.2.1 2012/04/25 16:48:01 misho Exp $ +* $Id: parse.c,v 1.7.2.2 2012/05/23 14:52:50 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -121,7 +121,7 @@ int cfgReadConfig(FILE *f, cfg_root_t * __restrict cfg } /* *NEW PAIR* alloc new pair element */ - av = malloc(sizeof(struct tagCfg)); + av = io_malloc(sizeof(struct tagCfg)); if (!av) { LOGERR; return -1;