]> git.ipfire.org Git - thirdparty/hostap.git/commit
Fix memory leak in ACS offload operation
authorAnkita Bajaj <bankita@codeaurora.org>
Tue, 19 Nov 2019 13:11:34 +0000 (18:41 +0530)
committerJouni Malinen <j@w1.fi>
Thu, 5 Dec 2019 16:02:46 +0000 (18:02 +0200)
commit23acdd9f33ac9ab5546c878674445d8a5d2e62f0
treec5bf0c96613a7fbe5968270754b87ca7fbba5ffe
parente86ba912aa885663bcec407bcfed22ff75c2476b
Fix memory leak in ACS offload operation

freq_list is built in allocated heap memory and it needs to be freed
before returning from this function.

Signed-off-by: Jouni Malinen <jouni@codeaurora.org>
src/ap/ap_drv_ops.c