Fix null pointer error.
This commit is contained in:
parent
72280338ef
commit
0422ee495c
1 changed files with 1 additions and 0 deletions
|
@ -133,6 +133,7 @@ final class PosixEventDriverCore(Loop : PosixEventLoop, Timers : EventDriverTime
|
||||||
{
|
{
|
||||||
m_loop = loop;
|
m_loop = loop;
|
||||||
m_timers = timers;
|
m_timers = timers;
|
||||||
|
m_events = events;
|
||||||
m_wakeupEvent = events.create();
|
m_wakeupEvent = events.create();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue