commit | cfff2f999d9baa561f20d999c8b83b03f078fb8f | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri Nov 09 09:47:27 2012 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Nov 09 09:48:43 2012 +0100 |
tree | 66e04272e2b723beb8ab60c413864bc562888ea1 | |
parent | 987c285c2ae2e4e32aca3a9b3252d28171c75711 [diff] |
mac80211: fix memory leak in device registration error path If the cipher suites need to be allocated, but this allocation fails, this leaks the internal scan request. Fix that by going to the correct error handling label. Signed-off-by: Johannes Berg <johannes.berg@intel.com>