Skip to content

Commit

Permalink
Merge branch 'bugfix/free_osmbuf_l2cap' into 'master'
Browse files Browse the repository at this point in the history
Nimbe: L2CAP COC example - Fixed freeing up of same memory address twice.

See merge request espressif/esp-idf!21686
  • Loading branch information
jack0c committed Dec 21, 2022
2 parents 6ca7a3a + ef38163 commit 9748158
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 9748158

Please sign in to comment.