mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
fix the crash when http2_request example send/recv fail
This commit is contained in:
parent
c22e42d869
commit
9063ce9dda
@ -145,6 +145,7 @@ static void http2_task(void *args)
|
||||
}
|
||||
|
||||
sh2lib_free(&hd);
|
||||
vTaskDelete(NULL);
|
||||
}
|
||||
|
||||
static esp_err_t event_handler(void *ctx, system_event_t *event)
|
||||
|
Loading…
x
Reference in New Issue
Block a user