Fix SVACE issue 00/279800/1
authorHeeyong Song <heeyong.song@samsung.com>
Thu, 18 Aug 2022 04:55:48 +0000 (13:55 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 18 Aug 2022 04:55:48 +0000 (13:55 +0900)
Change-Id: I93f2ebce03df9d7e6e36dbb06806e0faa32265e4

dali/internal/adaptor/tizen-wayland/framework-tizen.cpp

index 6d590fa..6ff64ec 100644 (file)
@@ -800,8 +800,8 @@ struct Framework::Impl
 
   Framework*                    mFramework;
   AppCore::AppEventHandlerPtr   handlers[5];
-  std::unique_ptr<UiAppContext> mUiAppContext;
-  bool                          mUseUiThread;
+  std::unique_ptr<UiAppContext> mUiAppContext{nullptr};
+  bool                          mUseUiThread{false};
 #ifdef APPCORE_WATCH_AVAILABLE
   watch_app_lifecycle_callback_s mWatchCallback;
 #endif