hostapd: Set LCI and Location Civic information in configuration
[mech_eap.git] / src / ap / ap_config.c
index 66b843c..e7d7bb9 100644 (file)
@@ -606,6 +606,8 @@ void hostapd_config_free(struct hostapd_config *conf)
 #ifdef CONFIG_ACS
        os_free(conf->acs_chan_bias);
 #endif /* CONFIG_ACS */
+       wpabuf_free(conf->lci);
+       wpabuf_free(conf->civic);
 
        os_free(conf);
 }