commit | 3b1662952ea9c2c32aac11d60f824fb94b2cf546 | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Wed Oct 02 08:28:21 2013 -0700 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Wed Oct 02 17:17:05 2013 -0300 |
tree | 30dbdf71af1b04d42d61ce8a70eb0c4aa10bde3b | |
parent | 2ed01805ee439056f4e1fe182846c029e0a08e49 [diff] |
Bluetooth: Fix memory leak with L2CAP signal channels The wrong type of L2CAP signalling packets on the wrong type of either BR/EDR or LE links need to be dropped. When that happens the packet is dropped, but the memory not freed. So actually free the memory as well. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>