From: Andrei Emeltchenko <andrei.emeltchenko@xxxxxxxxx> --- attrib/gatttool.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/attrib/gatttool.c b/attrib/gatttool.c index bca7f69..db5da62 100644 --- a/attrib/gatttool.c +++ b/attrib/gatttool.c @@ -340,6 +340,7 @@ static gboolean characteristics_write(gpointer user_data) gatt_write_cmd(attrib, opt_handle, value, len, mainloop_quit, value); + g_free(value); return FALSE; error: @@ -393,6 +394,7 @@ static gboolean characteristics_write_req(gpointer user_data) gatt_write_char(attrib, opt_handle, value, len, char_write_req_cb, NULL); + g_free(value); return FALSE; error: -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html