Merge branch 'bugfix/fix_crash_for_http2_request_v3.1' into 'release/v3.1'
fix the crash when http2_request example send/recv fail See merge request idf/esp-idf!2941
This commit is contained in:
commit
ae5cb25f11
1 changed files with 1 additions and 0 deletions
|
@ -145,6 +145,7 @@ static void http2_task(void *args)
|
||||||
}
|
}
|
||||||
|
|
||||||
sh2lib_free(&hd);
|
sh2lib_free(&hd);
|
||||||
|
vTaskDelete(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
static esp_err_t event_handler(void *ctx, system_event_t *event)
|
static esp_err_t event_handler(void *ctx, system_event_t *event)
|
||||||
|
|
Loading…
Reference in a new issue