]> git.ipfire.org Git - thirdparty/hostap.git/commit
ACS: Fix memory leak if interface is disabled during scan
authorJouni Malinen <j@w1.fi>
Sat, 4 Mar 2017 11:48:29 +0000 (13:48 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 4 Mar 2017 15:30:15 +0000 (17:30 +0200)
commit4c803dfcd7f019256da808b01c9ddeccafa31a52
treef98ddcd2bd8c5b7e31bcf051fe8f58cb404382e6
parent31b398e05fa194d4da1890b2fa9f7d4ab43880fe
ACS: Fix memory leak if interface is disabled during scan

The survey data was not freed if hostapd interface got disabled during
an ACS scan.

Signed-off-by: Jouni Malinen <j@w1.fi>
src/ap/acs.c
src/ap/acs.h
src/ap/hostapd.c