mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
Merge branch 'bugfix/fix_double_free_coc_v5.1' into 'release/v5.1'
fix(nimble): Removed double free of packet (v5.1) See merge request espressif/esp-idf!29032
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