Skip to content

Commit

Permalink
L2CAP COC example : Fixed freeing up of same memory address twice.
Browse files Browse the repository at this point in the history
  • Loading branch information
IshaESP committed Dec 19, 2022
1 parent 35d2a82 commit ef38163
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}

/**
Expand Down

0 comments on commit ef38163

Please sign in to comment.