Fix memory leaks in hostapd configuration updates
authorJouni Malinen <j@w1.fi>
Sat, 5 Apr 2014 17:39:56 +0000 (20:39 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 5 Apr 2014 17:42:12 +0000 (20:42 +0300)
commit5784b9a41b49e39eb0701f636961521dd687dea6
treebe3b410eb9a2c31bff7702c051e0d4945049ec83
parent7b7328e3cd169f5ba110d045b33455f7b3192e25
Fix memory leaks in hostapd configuration updates

Some of the allocated configuration parameter did not free the previous
value if a configuration file or ctrl_iface SET command updated a
previously set value.

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