Revert "Revert "[3.0] Fix crash in wayland""
[platform/core/uifw/dali-adaptor.git] / adaptors / wayland / window-impl-wl.cpp
index fc325ed..c3811f5 100644 (file)
@@ -63,6 +63,8 @@ struct Window::EventHandler
    */
   EventHandler( Window* window )
   : mWindow( window ),
+    mWindowPropertyHandler( NULL ),
+    mClientMessagehandler( NULL ),
     mEcoreWindow( 0 )
   {
   }