fix the crash when http2_request example send/recv fail

pull/2666/head
zhangyanjiao 2018-08-06 20:49:40 +08:00
rodzic cb05e152b9
commit bf76c1bc1a
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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