fixed quite some segmentation faults in http-thr.c.

similar fixes must be done on other task implementations such as http-file.c
This commit is contained in:
2023-01-11 23:59:41 +09:00
parent 529363913f
commit 97133f8c12
76 changed files with 2372 additions and 2167 deletions

View File

@@ -54,7 +54,7 @@ oops:
if (time_inited) hio_sys_finitime (hio);
if (mux_inited) hio_sys_finimux (hio);
if (log_inited) hio_sys_finilog (hio);
if (hio->sysdep)
if (hio->sysdep)
{
hio_freemem (hio, hio->sysdep);
hio->sysdep = HIO_NULL;