mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
Merge branch 'bugfix/free_osmbuf_l2cap_v5.0' into 'release/v5.0'
Nimbe: L2CAP COC example - Fixed freeing up of same memory address twice. (v5.0) See merge request espressif/esp-idf!21724
This commit is contained in:
commit
27bc387512
@ -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);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user