git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
830be7e
)
wl12xx: fix a memory leak of probereq template upon recovery
author
Eyal Shapira
<eyal@wizery.com>
Mon, 19 Mar 2012 10:06:27 +0000
(12:06 +0200)
committer
Luciano Coelho
<coelho@ti.com>
Tue, 10 Apr 2012 09:42:49 +0000
(12:42 +0300)
wlvif->probereq is zeroed when adding an interface but
the skb pointed to isn't freed when the interface is removed.
This would lead to a mem leak on every recovery.
Fix it by freeing the skb when removing the interface.
Signed-off-by: Eyal Shapira <eyal@wizery.com>
Signed-off-by: Luciano Coelho <coelho@ti.com>
No differences found