[Gst/MQTT/Sink] bugfix: Add missing g_free for the message buffer
authorWook Song <wook16.song@samsung.com>
Tue, 27 Apr 2021 01:50:17 +0000 (10:50 +0900)
committerDongju Chae <dongju.chae@samsung.com>
Mon, 10 May 2021 06:01:57 +0000 (15:01 +0900)
commit345fa78a591ffe3ee0d7dcee51e2f1045779e098
tree9e571303dd90f4849b5a68dd1f660e76eddfed7f
parent5b7f9611b76955d0327d90689e3071b579bee00c
[Gst/MQTT/Sink] bugfix: Add missing g_free for the message buffer

This patch adds missing g_free for the message buffer,
self->mqtt_msg_buf, dynamically allocated.

Signed-off-by: Wook Song <wook16.song@samsung.com>
gst/mqtt/mqttsink.c