mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-29 18:27:20 +02:00
Merge branch 'bugfix/fix_double_free_coc_v5.0' into 'release/v5.0'
fix(nimble): Removed double free of packet (v5.0) See merge request espressif/esp-idf!29033
This commit is contained in:
@ -72,8 +72,8 @@ blecent_l2cap_coc_send_data(struct ble_l2cap_chan *chan)
|
||||
MODLOG_DFLT(INFO, "Data sent successfully");
|
||||
} else {
|
||||
MODLOG_DFLT(INFO, "Data sending failed, rc = %d", rc);
|
||||
os_mbuf_free_chain(sdu_rx_data);
|
||||
}
|
||||
os_mbuf_free(sdu_rx_data);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user