commit | 486a8849843455298d49e694cca9968336ce2327 | [log] [tgz] |
---|---|---|
author | Miaoqing Pan <miaoqing@codeaurora.org> | Wed Oct 09 16:18:09 2019 +0800 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Oct 14 11:34:31 2019 +0300 |
tree | 3a7ee06b1b0601bdea15834c01da68214661dc99 | |
parent | c5329b2d5b8b4e41be14d31ee8505b4f5607bf9b [diff] |
ath10k: fix memory leak for tpc_stats_final The memory of ar->debug.tpc_stats_final is reallocated every debugfs reading, it should be freed in ath10k_debug_destroy() for the last allocation. Tested HW: QCA9984 Tested FW: 10.4-3.9.0.2-00035 Signed-off-by: Miaoqing Pan <miaoqing@codeaurora.org> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>