--- libaitio/src/Attic/tools.c 2012/04/02 09:10:31 1.10.2.1 +++ libaitio/src/Attic/tools.c 2012/05/14 12:49:21 1.11 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: tools.c,v 1.10.2.1 2012/04/02 09:10:31 misho Exp $ +* $Id: tools.c,v 1.11 2012/05/14 12:49:21 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -465,8 +465,6 @@ io_n2addr(io_sockaddr_t * __restrict addr, ait_val_t * return ret; } - if (!AIT_ISEMPTY(val)) - AIT_FREE_VAL(val); AIT_SET_STR(val, ret); return (const char*) AIT_GET_STR(val); }