--- libaitsess/src/Attic/mem.c 2012/02/28 12:44:18 1.1.2.10 +++ libaitsess/src/Attic/mem.c 2012/02/28 13:00:24 1.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: mem.c,v 1.1.2.10 2012/02/28 12:44:18 misho Exp $ +* $Id: mem.c,v 1.2 2012/02/28 13:00:24 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -149,8 +149,6 @@ pullInactive(mpool_t * __restrict mp, int idx) /* clear name */ *m->alloc_name = 0; - /* clear flags */ - m->alloc_flags ^= m->alloc_flags; } return m;