--- libaitio/src/Attic/mem.c 2012/05/27 09:57:27 1.1.4.5 +++ libaitio/src/Attic/mem.c 2012/05/28 07:59:18 1.1.4.6 @@ -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.1.4.6 2012/05/28 07:59:18 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;