From: Junghoon Park Date: Fri, 13 Mar 2020 00:28:00 +0000 (+0900) Subject: Fix static analysis issue X-Git-Tag: submit/tizen/20200313.005620~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=be87a01581f5fea60bf61c801631b78566a4c760;p=platform%2Fcore%2Fappfw%2Fwidget-viewer.git Fix static analysis issue Change-Id: I2cb2bb45f5beeea8c113bb60af7f600ff3ae73ae Signed-off-by: Junghoon Park --- diff --git a/ambient-viewer/src/top-app-surface.hh b/ambient-viewer/src/top-app-surface.hh index 2c72ee3d..cd440dfe 100644 --- a/ambient-viewer/src/top-app-surface.hh +++ b/ambient-viewer/src/top-app-surface.hh @@ -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_; };