Free extra_cred when freeing configuration
This commit is contained in:
parent
b385188de3
commit
6296625308
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue