git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed0180
)
Bluetooth: Fix memory leak with L2CAP signal channels
author
Marcel Holtmann
<marcel@holtmann.org>
Wed, 2 Oct 2013 15:28:21 +0000
(08:28 -0700)
committer
Gustavo Padovan
<gustavo.padovan@collabora.co.uk>
Wed, 2 Oct 2013 20:17:05 +0000
(17:17 -0300)
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>
No differences found