--- libelwix/src/mem.c 2016/05/18 12:47:42 1.7 +++ libelwix/src/mem.c 2017/11/30 13:46:27 1.8 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: mem.c,v 1.7 2016/05/18 12:47:42 misho Exp $ +* $Id: mem.c,v 1.8 2017/11/30 13:46:27 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004 - 2016 +Copyright 2004 - 2017 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -293,6 +293,7 @@ mpool_realloc(mpool_t * __restrict mp, void * __restri memcpy(p, data, MIN(osize, newsize)); mpool_free(mp, data, 0); + data = p; } else { p = data;