Adaptor: Fix Klocwork issues
[platform/core/uifw/dali-adaptor.git] / adaptors / x11 / window-impl-x.cpp
index 7165cc2..be3bf51 100644 (file)
@@ -327,7 +327,9 @@ Window::Window()
   mNextIndicatorOrientation(Dali::Window::PORTRAIT),
   mIndicatorOpacityMode(Dali::Window::OPAQUE),
   mOverlay(NULL),
-  mAdaptor(NULL)
+  mAdaptor(NULL),
+  mEventHandler(NULL),
+  mPreferredOrientation(Dali::Window::PORTRAIT)
 {
 }