commit | 4028a514eaa6649693be1a7cb8d2b84a8fc8cc8c | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Tue Jul 12 11:43:18 2016 +0000 |
committer | Kalle Valo <kvalo@codeaurora.org> | Mon Jul 18 22:39:42 2016 +0300 |
tree | 88df63be3778760352563f8c4214bace28de7b55 | |
parent | 83d58d53e062aad0f9dfbb68780bfaebf4e8bafe [diff] |
mwifiex: fix possible memory leak in mwifiex_cfg80211_start_ap() memory is malloced in mwifiex_cfg80211_start_ap() and should be freed before leaving from the error handling cases, otherwise it will cause memory leak. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>