projects
/
platform
/
core
/
appfw
/
launchpad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b880098
)
Fix double close
69/300169/1
author
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 18 Oct 2023 00:46:47 +0000
(09:46 +0900)
committer
Hwankyu Jhun
<h.jhun@samsung.com>
Wed, 18 Oct 2023 00:47:16 +0000
(09:47 +0900)
This patch removes input_file.close() call from debugger info parser.
Change-Id: Ib430ee0f6f715f55aa6f23a28b65634700e98ade
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
src/launchpad-process-pool/debugger_info.cc
patch
|
blob
|
history
diff --git
a/src/launchpad-process-pool/debugger_info.cc
b/src/launchpad-process-pool/debugger_info.cc
index c9618b125bceb763ad9f82f01c02500909857024..c61193190584442b79cbbb152c7e3f40fffac75d 100644
(file)
--- a/
src/launchpad-process-pool/debugger_info.cc
+++ b/
src/launchpad-process-pool/debugger_info.cc
@@
-305,8
+305,6
@@
void DebuggerInfoInflator::Parse(const fs::path& path) {
parser(std::move(token2));
}
- input_file.close();
-
if (parsing)
InsertDebuggerInfo(std::shared_ptr<DebuggerInfo>(builder_.Build()));