commit | bede8d2996475017918364ec3d0d2bc1558659e1 | [log] [tgz] |
---|---|---|
author | Sara Sharon <sara.sharon@intel.com> | Wed Jan 30 08:48:21 2019 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Fri Feb 08 13:56:37 2019 +0100 |
tree | c3d78bb8831a210c65f83536d23435c343041158 | |
parent | c17fe043a3b79255c6cbe76aafb594849fac0005 [diff] |
cfg80211: fix memory leak of new_ie new_ie is used as a temporary storage for the generation of the new elements. However, after copying from it the memory wasn't freed and leaked. Free it. Signed-off-by: Sara Sharon <sara.sharon@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>