fix the crash when http2_request example send/recv fail
This commit is contained in:
parent
cb05e152b9
commit
bf76c1bc1a
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