--- libaitsess/src/Attic/mem.c 2012/02/28 12:01:12 1.1.2.8 +++ libaitsess/src/Attic/mem.c 2012/02/28 12:05:58 1.1.2.9 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: mem.c,v 1.1.2.8 2012/02/28 12:01:12 misho Exp $ +* $Id: mem.c,v 1.1.2.9 2012/02/28 12:05:58 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -318,7 +318,8 @@ mpool_realloc(mpool_t * __restrict mp, void * __restri mpool_unlock(mp); return NULL; - } + } else + m->alloc_mem = (u_int*) p; } /* quota */ mp->pool_quota.curr += (newsize - osize);