Fix static analysis issues
[platform/core/appfw/app-installers.git] / src / common / step / filesystem / step_acquire_external_storage.h
index 58c3941..8220b93 100644 (file)
@@ -29,7 +29,7 @@ class StepAcquireExternalStorage : public Step {
   Status undo() override { return Status::OK; }
   Status precheck() override;
 
-  bool installed_;
+  bool installed_ = false;
 
   STEP_NAME(AcquireExternalStorage)
 };