diff options
Diffstat (limited to 'net/bluetooth')
-rw-r--r-- | net/bluetooth/mgmt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/mgmt.c b/net/bluetooth/mgmt.c index 2cfabe27d3e0..91de4239da66 100644 --- a/net/bluetooth/mgmt.c +++ b/net/bluetooth/mgmt.c | |||
@@ -1367,6 +1367,7 @@ static int remove_uuid(struct sock *sk, struct hci_dev *hdev, void *data, | |||
1367 | continue; | 1367 | continue; |
1368 | 1368 | ||
1369 | list_del(&match->list); | 1369 | list_del(&match->list); |
1370 | kfree(match); | ||
1370 | found++; | 1371 | found++; |
1371 | } | 1372 | } |
1372 | 1373 | ||