diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-11-23 14:02:44 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-11-26 00:09:50 +0300 |
commit | 619228d86b0e32e00758dcf07ca5d06903d9a9d7 (patch) | |
tree | 92053a012587b528e567a43c2e665ca0672a827c /include/linux/input-polldev.h | |
parent | 436accebb53021ef7c63535f60bda410aa87c136 (diff) | |
download | linux-619228d86b0e32e00758dcf07ca5d06903d9a9d7.tar.xz |
cxgb4: fix memory leak on txq_info
Currently if txq_info->uldtxq cannot be allocated then
txq_info->txq is being kfree'd (which is redundant because it
is NULL) instead of txq_info. Fix this by instead kfree'ing
txq_info.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/input-polldev.h')
0 files changed, 0 insertions, 0 deletions