Browse Source

Free extra_cred when freeing configuration

Jouni Malinen 16 years ago
parent
commit
6296625308
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hostapd/config.c

+ 1 - 0
hostapd/config.c

@@ -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 */
 }