fixed some memory leaks in mio_sys_finimux() when EPOLL is enabled.

fixed a double memory free issue in mio_dev_make()
This commit is contained in:
2020-05-24 02:27:54 +00:00
parent bf595d51f1
commit bc9d849b8a
2 changed files with 22 additions and 1 deletions

View File

@ -850,6 +850,7 @@ oops_after_make:
return MIO_NULL;
}
return MIO_NULL;
oops:
mio_freemem (mio, dev);