mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-02-17 17:43:06 -05:00
Free extra_cred when freeing configuration
This commit is contained in:
parent
b385188de3
commit
6296625308
@ -2434,6 +2434,7 @@ static void hostapd_config_free_bss(struct hostapd_bss_config *conf)
|
|||||||
os_free(conf->device_type);
|
os_free(conf->device_type);
|
||||||
os_free(conf->config_methods);
|
os_free(conf->config_methods);
|
||||||
os_free(conf->ap_pin);
|
os_free(conf->ap_pin);
|
||||||
|
os_free(conf->extra_cred);
|
||||||
#endif /* CONFIG_WPS */
|
#endif /* CONFIG_WPS */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user