--- libaitio/src/Attic/mem.c 2012/05/27 09:57:27 1.1.4.5 +++ libaitio/src/Attic/mem.c 2012/07/03 08:51:05 1.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: mem.c,v 1.1.4.5 2012/05/27 09:57:27 misho Exp $ +* $Id: mem.c,v 1.2 2012/07/03 08:51:05 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -402,7 +402,7 @@ mpool_free(mpool_t * __restrict mp, void * __restrict int idx; struct tagAlloc *m, *tmp; - assert(tmp); + assert(data); if (!mp) { io_SetErr(EINVAL, "Pool not specified"); return -1;