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:
@ -850,6 +850,7 @@ oops_after_make:
|
||||
|
||||
return MIO_NULL;
|
||||
}
|
||||
return MIO_NULL;
|
||||
|
||||
oops:
|
||||
mio_freemem (mio, dev);
|
||||
|
Reference in New Issue
Block a user