commit | 482049f75750d73358e65236b933417b69f9cc25 | [log] [tgz] |
---|---|---|
author | Johan Hedberg <johan.hedberg@intel.com> | Thu Nov 08 10:25:26 2012 +0100 |
committer | Gustavo Padovan <gustavo.padovan@collabora.co.uk> | Fri Nov 09 16:45:37 2012 +0100 |
tree | 2a22e246616a8619a4153b2923ddccfe6a184250 | |
parent | acd9454433e28c1a365d8b069813c35c1c3a8ac3 [diff] |
Bluetooth: Fix memory leak when removing a UUID When removing a UUID from the list in the remove_uuid() function we must also kfree the entry in addition to removing it from the list. Signed-off-by: Johan Hedberg <johan.hedberg@intel.com> Acked-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Gustavo Padovan <gustavo.padovan@collabora.co.uk>