commit | db652e4b36e5f1e5f49a4a49caf3aa365fe851c4 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Sun Nov 06 22:58:31 2011 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Nov 07 13:19:15 2011 -0500 |
tree | 9cdbb4976db9d060ed5bccae2fd453e1c1177b4e | |
parent | 3b6ef6334febb05d3050a96546e635f038dbcb15 [diff] |
net, wireless, mwifiex: Fix mem leak in mwifiex_update_curr_bss_params() If kmemdup() fails we leak the memory allocated to bss_desc. This patch fixes the leak. I also removed the pointless default assignment of 'NULL' to 'bss_desc' while I was there anyway. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Reviewed-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>