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

pull/10469/head
isha.pardikar@espressif.com 2022-12-19 15:33:03 +05:30
rodzic 35d2a825c4
commit ef38163b44
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

@ -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);
}
/**