aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
diff options
context:
space:
mode:
authorDavid S. Miller <davem@davemloft.net>2011-07-08 09:33:34 -0700
committerDavid S. Miller <davem@davemloft.net>2011-07-08 09:33:34 -0700
commit3f97fae9482dac1dbdd870a25c89033d3a0b35dc (patch)
treec98fb21da14bf22ab7ea23098945e31bef6558fc /net/bluetooth/hci_conn.c
parent06b8fc5d308b15e853a68c3d4854fb2ac33db867 (diff)
parent8a98d935c4b8b3515d1403d150e282f95b9f558d (diff)
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6
Diffstat (limited to 'net/bluetooth/hci_conn.c')
-rw-r--r--net/bluetooth/hci_conn.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/net/bluetooth/hci_conn.c b/net/bluetooth/hci_conn.c
index d3a05b9ade7..bcd158f40bb 100644
--- a/net/bluetooth/hci_conn.c
+++ b/net/bluetooth/hci_conn.c
@@ -393,6 +393,9 @@ int hci_conn_del(struct hci_conn *conn)
hci_dev_put(hdev);
+ if (conn->handle == 0)
+ kfree(conn);
+
return 0;
}