mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
Merge branch 'bugfix/fix_crash_for_http2_request' into 'master'
fix the crash when http2_request example send/recv fail See merge request idf/esp-idf!2916
This commit is contained in:
commit
39921c9db0
@ -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