diff options
author | Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com> | 2012-02-10 20:40:33 +0530 |
---|---|---|
committer | Kalle Valo <kvalo@qca.qualcomm.com> | 2012-02-28 09:45:51 +0200 |
commit | 5378f244b677f6696ca8a9a467cef16cd399b0e2 (patch) | |
tree | 6ebe47b91d8078594923bad607b98c0c82248fe0 /tools/perf/scripts/python | |
parent | bd5b5ac2873da5a153fa32ff58d2fc4e25f7bc8a (diff) |
ath6kl: Fix memory leak of rx packets in endpoint 0
htc_packet and htc_packet->buf_start are separately allocated
for endpoint 0. This is different for other endpoints where
packets are allocated as skb where htc_packet is skb->head
and they are freed properly. Free htc_packet and htc_packet->buf_start
separatly for endpoint 0.
Signed-off-by: Vasanthakumar Thiagarajan <vthiagar@qca.qualcomm.com>
Signed-off-by: Kalle Valo <kvalo@qca.qualcomm.com>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions