Diff for /libaitcfg/src/parse.c between versions 1.7.2.1 and 1.7.2.2

version 1.7.2.1, 2012/04/25 16:48:01 version 1.7.2.2, 2012/05/23 14:52:50
Line 121  int cfgReadConfig(FILE *f, cfg_root_t * __restrict cfg Line 121  int cfgReadConfig(FILE *f, cfg_root_t * __restrict cfg
                 }                  }
   
                 /* *NEW PAIR* alloc new pair element */                  /* *NEW PAIR* alloc new pair element */
                av = malloc(sizeof(struct tagCfg));                av = io_malloc(sizeof(struct tagCfg));
                 if (!av) {                  if (!av) {
                         LOGERR;                          LOGERR;
                         return -1;                          return -1;

Removed from v.1.7.2.1  
changed lines
  Added in v.1.7.2.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>