commit | 65486c8b30498dd274eea2c542696f22b63fe5b8 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Wed Dec 23 15:33:35 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Dec 28 16:19:58 2009 -0500 |
tree | 4bcbeb24ce1655c275f2e1780cacefaf2b306781 | |
parent | befabac2d8e4925b97c5eebc78ecc4b2079fd9dd [diff] |
cfg80211: fix error path in cfg80211_wext_siwscan If there's an invalid channel or SSID, the code leaks the scan request. Always free the scan request, unless it was successfully given to the driver. Reported-by: Dan Carpenter <error27@gmail.com> Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Dan Carpenter <error27@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>