commit | 22078800c337cf374d58b63a5b1f670d470e6dbf | [log] [tgz] |
---|---|---|
author | Marcel Holtmann <marcel@holtmann.org> | Fri Dec 05 11:45:22 2014 +0100 |
committer | Johan Hedberg <johan.hedberg@intel.com> | Fri Dec 05 13:13:00 2014 +0200 |
tree | 8dbcd74c8e7bdd094e44a39634e3d2891dd7954d | |
parent | 0256325ed666af8346c89deb9d437c2209f463cb [diff] |
Bluetooth: Fix memory leaks from discovery filter UUID list In case of failure or when unplugging a controller, the allocated memory for the UUID list of the discovery filter is not freed. Use the newly introduced helper for reset the discovery filter and with that also freeing existing memory. Signed-off-by: Marcel Holtmann <marcel@holtmann.org> Signed-off-by: Johan Hedberg <johan.hedberg@intel.com>