]> git.ipfire.org Git - thirdparty/hostap.git/commit
hostapd: Fix memory leak on dynamic add-BSS error path
authorJouni Malinen <j@w1.fi>
Sat, 6 Dec 2014 15:42:23 +0000 (17:42 +0200)
committerJouni Malinen <j@w1.fi>
Sat, 6 Dec 2014 15:42:23 +0000 (17:42 +0200)
commit71f1d1e54d7a977f85a703ed588aa284cdd4d2e3
treeb961e9d5f06d8fa719d1b01a2f61314ff8c9a098
parent3f63614f18c2c48a6cf1fa6e3878111b7f9c5d1e
hostapd: Fix memory leak on dynamic add-BSS error path

If "ADD bss_config=" command failed in driver_init() or
hostapd_setup_interface(), some of the allocated resources were not
freed properly.

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