Fix null pointer error.

This commit is contained in:
Sönke Ludwig 2017-01-23 11:15:03 +01:00
parent 72280338ef
commit 0422ee495c
No known key found for this signature in database
GPG key ID: D95E8DB493EE314C

View file

@ -133,6 +133,7 @@ final class PosixEventDriverCore(Loop : PosixEventLoop, Timers : EventDriverTime
{
m_loop = loop;
m_timers = timers;
m_events = events;
m_wakeupEvent = events.create();
}