Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Do not allocate client->if_name twice in esp_http_client_init.
When if_name is specified in config and CONFIG_ESP_HTTP_CLIENT_ENABLE_HTTPS is set, client->if_name is allocated twice, and first one is never free.
- Loading branch information