Bluetooth: Host: ISO buffer not unreffed #77006
Labels
area: Bluetooth Host
Bluetooth Host (excluding BR/EDR)
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
** Describe the bug **
When sending data using ISO and the data is fragmented, if the connection is cut before all the fragments are sent, the data buffer will not get destroyed and will be leaked.
** To reproduce **
Create an ISO broadcaster that will sent fragmented SDU. Terminate the ISO BIS after the first fragment is sent. Repeat that until you run out of buffers.
The following BabbleSim test reproduce the issue: theob-pro@e2d8225
** Expected behavior **
The data buffers should not leak when the ISO connection is lost.
The text was updated successfully, but these errors were encountered: