Free extra_cred when freeing configuration

This commit is contained in:
Jouni Malinen 2009-01-23 20:51:26 +02:00
parent b385188de3
commit 6296625308

View file

@ -2434,6 +2434,7 @@ static void hostapd_config_free_bss(struct hostapd_bss_config *conf)
os_free(conf->device_type);
os_free(conf->config_methods);
os_free(conf->ap_pin);
os_free(conf->extra_cred);
#endif /* CONFIG_WPS */
}