commit | 3dfe55d9cae7413c1bd12cbc0f9145384f753014 | [log] [tgz] |
---|---|---|
author | Colin Ian King <colin.king@canonical.com> | Fri Aug 11 19:33:04 2017 +0100 |
committer | Marcel Holtmann <marcel@holtmann.org> | Fri Aug 11 21:19:46 2017 +0200 |
tree | 147878acfad5cc4d9158b4c84885fab063e6fc77 | |
parent | 198ec9ae052922d67491ab3cc3fd704580e0daf4 [diff] |
Bluetooth: kfree tmp rather than an alias to it While the kfree of dhkey_a is of the same address of tmp, it probably is clearer and more human readable if tmp is kfree'd rather than dhkey_a. Detected by CoverityScan, CID#1448650 ("Free of address-of expression") Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>