--- libaitmqtt/src/pub.c 2012/04/07 20:56:49 1.1.1.1.2.1 +++ libaitmqtt/src/pub.c 2012/04/26 12:33:14 1.1.1.1.2.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: pub.c,v 1.1.1.1.2.1 2012/04/07 20:56:49 misho Exp $ +* $Id: pub.c,v 1.1.1.1.2.2 2012/04/26 12:33:14 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -112,7 +112,6 @@ mqtt_msgPUBLISH(mqtt_msg_t * __restrict buf, const cha hdr->mqtt_msg.retain = Retain ? 1 : 0; *hdr->mqtt_len = mqtt_encodeLen(siz - sizeof(struct mqtthdr)); - mqtt_msgRealloc(buf, siz); return siz; }