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:
c31eb8e
)
ath5k: fix memory leak when fewer than N_PD_CURVES are in use
author
Eugene A. Shatokhin
<dame_eugene@mail.ru>
Wed, 29 Jun 2011 03:04:51 +0000
(23:04 -0400)
committer
John W. Linville
<linville@tuxdriver.com>
Wed, 29 Jun 2011 18:36:45 +0000
(14:36 -0400)
We would free the proper number of curves, but in the wrong
slots, due to a missing level of indirection through
the pdgain_idx table.
It's simpler just to try to free all four slots, so do that.
Cc: stable@kernel.org
Signed-off-by: Bob Copeland <me@bobcopeland.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
No differences found