WPS: Make Config Methods configurable for wpa_supplicant
[libeap.git] / wpa_supplicant / config.c
index b6c5aa8..692b52f 100644 (file)
@@ -1671,6 +1671,7 @@ void wpa_config_free(struct wpa_config *config)
        os_free(config->model_number);
        os_free(config->serial_number);
        os_free(config->device_type);
+       os_free(config->config_methods);
        os_free(config->pssid);
        os_free(config);
 }