commit | c368ddaa9ad79fdffde4756804321feba6725c75 | [log] [tgz] |
---|---|---|
author | Eytan Lifshitz <eytan.lifshitz@intel.com> | Thu Feb 06 21:01:32 2014 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Feb 11 12:59:36 2014 +0100 |
tree | 4a4650b8ad03ee14e8211d0b7a2dc0ed341a2970 | |
parent | 32769814d54a5a360b83811b4039c776ec953c71 [diff] |
mac80211: fix memory leak In case ieee80211_prep_connection() fails to dereference sdata->vif.chanctx_conf, the function returns and doesn't free new_sta. fixed. Signed-off-by: Eytan Lifshitz <eytan.lifshitz@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>