Fix static analysis issue 56/227556/1
authorJunghoon Park <jh9216.park@samsung.com>
Fri, 13 Mar 2020 00:28:00 +0000 (09:28 +0900)
committerJunghoon Park <jh9216.park@samsung.com>
Fri, 13 Mar 2020 00:28:00 +0000 (09:28 +0900)
Change-Id: I2cb2bb45f5beeea8c113bb60af7f600ff3ae73ae
Signed-off-by: Junghoon Park <jh9216.park@samsung.com>
ambient-viewer/src/top-app-surface.hh

index 2c72ee3..cd440df 100644 (file)
@@ -56,7 +56,7 @@ class TopAppSurface : public screen_connector::RemoteSurfaceWatcher,
   Evas_Object* image_ = nullptr;
   std::string app_id_;
   std::string inst_id_;
-  int pid_;
+  int pid_ = 0;
 
   IAmbientViewer* listener_;
 };