diff --git a/src/Compositor.hpp b/src/Compositor.hpp index 9f0d57110..2393662b5 100644 --- a/src/Compositor.hpp +++ b/src/Compositor.hpp @@ -25,8 +25,8 @@ class CCompositor { CCompositor(bool onlyConfig = false); ~CCompositor(); - wl_display* m_sWLDisplay; - wl_event_loop* m_sWLEventLoop; + wl_display* m_sWLDisplay = nullptr; + wl_event_loop* m_sWLEventLoop = nullptr; int m_iDRMFD = -1; bool m_bInitialized = false; SP m_pAqBackend;