commit | 9a52028e534b0567913a4144060e774891c00a37 | [log] [tgz] |
---|---|---|
author | Adrian Bunk <bunk@kernel.org> | Thu Aug 28 01:05:08 2008 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Tue Sep 02 17:39:50 2008 -0400 |
tree | 1f212db593d5269dfa89fbbc4536e4353f7d8a46 | |
parent | 667d41008eb8a0e1d495d6c0a6143b43fe587c98 [diff] |
wireless/libertas/if_cs.c: fix memory leaks The leak in if_cs_prog_helper() is obvious. It looks a bit as if not freeing "fw" in if_cs_prog_real() was done intentionally, but I'm not seeing why it shouldn't be freed. Reported-by: Adrian Bunk <bunk@kernel.org> Signed-off-by: Adrian Bunk <bunk@kernel.org> Acked-by: Holger Schurig <hs4233@mail.mn-solutions.de> Signed-off-by: John W. Linville <linville@tuxdriver.com>