Fix static analysis issue
[platform/core/appfw/appcore-widget.git] / src / base / widget_base.cc
index 45ec082..24f54cd 100644 (file)
@@ -160,9 +160,9 @@ class WidgetContext::Impl {
 
   std::unique_ptr<tizen_base::Bundle> args_;
   std::string content_;
-  double period_;
+  double period_ = 0.0f;
   guint periodic_timer_ = 0;
-  bool pending_update_;
+  bool pending_update_ = false;
   std::string pending_content_;
 };