Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 254886
b: refs/heads/master
c: 163f4da
h: refs/heads/master
v: v3
  • Loading branch information
Tomas Targownik authored and Gustavo F. Padovan committed Jun 30, 2011
1 parent a271833 commit f3de83d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9fa7e4f76f3658ba1f44fbdb95c77e7df3f53f95
refs/heads/master: 163f4dabea4e3be485c17e8f08e3a6468ad31cbf
3 changes: 3 additions & 0 deletions trunk/net/bluetooth/hci_conn.c
Original file line number Diff line number Diff line change
Expand Up @@ -393,6 +393,9 @@ int hci_conn_del(struct hci_conn *conn)

hci_dev_put(hdev);

if (conn->handle == 0)
kfree(conn);

return 0;
}

Expand Down

0 comments on commit f3de83d

Please sign in to comment.