diff --git a/Libraries/LibCore/CEventLoop.h b/Libraries/LibCore/CEventLoop.h index 54bbf1d240..7939a83f99 100644 --- a/Libraries/LibCore/CEventLoop.h +++ b/Libraries/LibCore/CEventLoop.h @@ -73,7 +73,7 @@ private: struct EventLoopTimer { int timer_id { 0 }; int interval { 0 }; - timeval fire_time; + timeval fire_time { 0, 0 }; bool should_reload { false }; WeakPtr owner;