diff --git a/Userland/Libraries/LibAudio/ConnectionToServer.h b/Userland/Libraries/LibAudio/ConnectionToServer.h index 7abd516aa5..ca840d90a2 100644 --- a/Userland/Libraries/LibAudio/ConnectionToServer.h +++ b/Userland/Libraries/LibAudio/ConnectionToServer.h @@ -81,7 +81,7 @@ private: NonnullOwnPtr m_user_queue; NonnullRefPtr m_background_audio_enqueuer; - Core::EventLoop* m_enqueuer_loop; + Core::EventLoop* m_enqueuer_loop { nullptr }; Threading::Mutex m_enqueuer_loop_destruction; // A good amount of time to sleep when the queue is full.