commit | e5dbe0701a0d7c6127f313a0f68f960176f0209e | [log] [tgz] |
---|---|---|
author | Ola Olsson <ola1olsson@gmail.com> | Sat Dec 12 23:17:17 2015 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Tue Dec 15 13:10:05 2015 +0100 |
tree | 19007a1d352df88b7781a64a0e669cdad1212efe | |
parent | 09d118008f9815181d2114b84800e68019cd7b7d [diff] |
nl80211: Fix potential memory leak in nl80211_set_wowlan Compared to cfg80211_rdev_free_wowlan in core.h, the error goto label lacks the freeing of nd_config. Fix that. Signed-off-by: Ola Olsson <ola.olsson@sonymobile.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>