Closed Nilhcem closed 5 years ago
Both publish_topic and publish_message char* are allocated, but only publish_topic was freed. This commit also frees publish_message.
publish_topic
publish_message
@Nilhcem Thanks for your contribution, merged.
Both
publish_topic
andpublish_message
char* are allocated, but onlypublish_topic
was freed. This commit also freespublish_message
.