Bluetooth: Fix memory leak under page timeouts
authorTomas Targownik <ttargownik@geicp.com>
Thu, 30 Jun 2011 19:30:44 +0000 (16:30 -0300)
committerJaikumar Ganesh <jaikumar@google.com>
Mon, 18 Jul 2011 19:28:02 +0000 (12:28 -0700)
commit1be668d732e91d7a83529b0e2946c0343c1df6be
tree7d60eaa11eabcad28b5ed2008e0b42d518b74682
parent63be311edbe957027e1f1d4182af68ff70e7a599
Bluetooth: Fix memory leak under page timeouts

If the remote device is not present, the connections attemp fails and
the struct hci_conn was not freed

Signed-off-by: Tomas Targownik <ttargownik@geicp.com>
Signed-off-by: Gustavo F. Padovan <padovan@profusion.mobi>
net/bluetooth/hci_conn.c