L2CAP COC example : Fixed freeing up of same memory address twice.

This commit is contained in:
isha.pardikar@espressif.com
2022-12-19 15:33:03 +05:30
parent 83e2cf1a68
commit 5c50cbc18e

View File

@ -59,7 +59,6 @@ blecent_l2cap_coc_send_data(struct ble_l2cap_chan *chan)
} else {
MODLOG_DFLT(INFO,"Data sending failed, rc = %d",rc);
}
os_mbuf_free(sdu_rx_data);
}
/**