Merge 7dbf96baaddd52bd3b897e706787b4d8b280f532 into 83e8f70ee4f7ddb6b874bdb81a1f75ceeeba58e4

This commit is contained in:
Nebojša Cvetković 2025-03-01 10:11:34 +05:30 committed by GitHub
commit 4c5d9743a4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -223,6 +223,7 @@ netif_related_data_t * esp_netif_new_ppp(esp_netif_t *esp_netif, const esp_netif
ESP_LOGD(TAG, "%s: PPP connection created: %p", __func__, ppp_obj->ppp);
if (!ppp_obj->ppp) {
ESP_LOGE(TAG, "%s: lwIP PPP connection cannot be created", __func__);
free(ppp_obj);
return NULL;
}