fix the crash when http2_request example send/recv fail

This commit is contained in:
zhangyanjiao 2018-08-06 20:49:40 +08:00
parent cb05e152b9
commit bf76c1bc1a

View file

@ -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)