Fix memory leaks on wpa_config_parse_string() error paths
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 11 Mar 2014 20:41:12 +0000 (22:41 +0200)
committerJouni Malinen <j@w1.fi>
Tue, 11 Mar 2014 23:09:21 +0000 (01:09 +0200)
commitb2e32cde83686f78f6db9ee159eea8c941b70c1c
tree3cad41d67bb0f2a9aa095dc1f48a976e46f81a87
parenta0b728b7e2afb5f1d081b0cfc85e29f9db6457d3
Fix memory leaks on wpa_config_parse_string() error paths

hostapd configuration parser did not free the temporary buffer on some
error paths.

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
hostapd/config_file.c