From: Marcel Holtmann Date: Wed, 2 Oct 2013 15:28:21 +0000 (-0700) Subject: Bluetooth: Fix memory leak with L2CAP signal channels X-Git-Tag: v3.13-rc1~105^2~225^2~24^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b1662952ea9c2c32aac11d60f824fb94b2cf546;p=pandora-kernel.git 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 Signed-off-by: Gustavo Padovan --- Reading git-diff-tree failed