espressif / esp-google-iot

Google Cloud IoT SDK as an ESP-IDF Component
Apache License 2.0
143 stars 44 forks source link

Free publish_message resource #2

Closed Nilhcem closed 5 years ago

Nilhcem commented 5 years ago

Both publish_topic and publish_message char* are allocated, but only publish_topic was freed. This commit also frees publish_message.

mahavirj commented 5 years ago

@Nilhcem Thanks for your contribution, merged.