Fix memory leak in config freeing
authorJouni Malinen <jouni.malinen@atheros.com>
Mon, 21 Dec 2009 20:22:49 +0000 (22:22 +0200)
committerJouni Malinen <j@w1.fi>
Mon, 21 Dec 2009 20:22:49 +0000 (22:22 +0200)
commit79d6c85ffd135eed5fbd62481fa3b8347093555f
tree2d72e0d64f2e630c7925d87645c90141a5acb234
parente62fb0a0defa9b75a61470573633bc73e4691017
Fix memory leak in config freeing

Both supported_rates and basic_rates arrays must be freed when freeing
hostapd configuration.
hostapd/config.c