--- libaitio/inc/aitio.h 2012/03/27 22:31:37 1.15.2.3 +++ libaitio/inc/aitio.h 2012/03/28 10:51:31 1.15.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitio.h,v 1.15.2.3 2012/03/27 22:31:37 misho Exp $ +* $Id: aitio.h,v 1.15.2.4 2012/03/28 10:51:31 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -213,10 +213,6 @@ typedef struct { /* if attribute zeroCopy is set not execute free() */ #define AIT_FREE_VAL(_vl) do { ait_val_t *__val = (_vl); assert(__val); \ - if (AIT_TYPE(__val) == data) { \ - free(__val); \ - break; \ - } \ switch (AIT_TYPE(__val)) { \ case buffer: \ if (__val->val.buffer) { \