Basic C library for MQTT packet serialization and deserialization

Dependents:   MQTT MQTT MQTT MQTT ... more

Fork of MQTTPacket by MQTT

This library is part of the EclipseTM Paho project; specifically the embedded client.

A basic MQTT library in C for packet serialization and deserialization

Revision:
6:68a06bea5429
Parent:
5:eea71419676a
Child:
8:b97b9873af52
--- a/MQTTPacket.c	Mon Apr 14 18:49:32 2014 +0000
+++ b/MQTTPacket.c	Mon Apr 14 21:59:59 2014 +0100
@@ -227,6 +227,7 @@
 			rc = 1;
 		}
 	}
+	mqttstring->cstring = NULL;
 	FUNC_EXIT_RC(rc);
 	return rc;
 }