Fix freeing of the loop in PosixEventDriver
This commit is contained in:
parent
4d8d08b27d
commit
c553df66e1
|
@ -95,7 +95,6 @@ final class PosixEventDriver(Loop : PosixEventLoop) : EventDriver {
|
|||
m_dns.dispose();
|
||||
m_core.dispose();
|
||||
m_loop.dispose();
|
||||
m_loop = null;
|
||||
|
||||
try () @trusted {
|
||||
freeT(m_watchers);
|
||||
|
|
Loading…
Reference in a new issue