mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
L2CAP COC example : Fixed freeing up of same memory address twice.
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user