commit | ea32f065bd3e3e09f0bcb3042f1664caf6b3e233 | [log] [tgz] |
---|---|---|
author | Sudip Mukherjee <sudip@vectorindia.org> | Tue Feb 02 13:21:14 2016 +0530 |
committer | Johannes Berg <johannes.berg@intel.com> | Wed Feb 24 09:04:32 2016 +0100 |
tree | 91b0137c0ab2303e73f7afb96cd0019a06c7a554 | |
parent | 23665aaf9170ae6328cc4f68250c529a628af2ab [diff] |
mac80211: fix memory leak On error we jumped to the error label and returned the error code but we missed releasing sinfo. Fixes: 5fe74014172d ("mac80211: avoid excessive stack usage in sta_info") Reviewed-by: Julian Calaby <julian.calaby@gmail.com> Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Johannes Berg <johannes.berg@intel.com>