Bug fixed. Break out of nested loop. accepted/tizen/unified/20190812.235655 submit/tizen/20190807.231743
authorj-h.choi <j-h.choi@samsung.com>
Wed, 7 Aug 2019 06:28:11 +0000 (15:28 +0900)
committer조웅석/Common Platform Lab(SR)/Principal Engineer/삼성전자 <ws77.cho@samsung.com>
Wed, 7 Aug 2019 22:18:55 +0000 (07:18 +0900)
NativeLauncher/util/utils.cc

index 3d5a5f6..c69b00b 100644 (file)
@@ -655,6 +655,7 @@ std::vector<std::string> depsJsonParser(std::string rootPath, std::string execNa
                                                                                hasDependency = false;
                                                                        }
                                                                }
+                                                               if (hasDependency) break;
                                                        }
                                                }
                                                if (!hasDependency) {