projects
/
platform
/
core
/
security
/
klay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1546d7c
)
Mainloop: Add variable initialization to run()
79/163579/1
author
yeji01.kim
<yeji01.kim@samsung.com>
Tue, 12 Dec 2017 06:58:13 +0000
(15:58 +0900)
committer
yeji01.kim
<yeji01.kim@samsung.com>
Tue, 12 Dec 2017 06:58:13 +0000
(15:58 +0900)
Change-Id: Ib19ddc2d665fab2754dd52db8b7524b7e2576e3d
Signed-off-by: yeji01.kim <yeji01.kim@samsung.com>
src/mainloop.cpp
patch
|
blob
|
history
diff --git
a/src/mainloop.cpp
b/src/mainloop.cpp
index c1dd277683c43ee8a0a9fc14794947231f835778..9272247fba3e1269d1a29cbcda227ca48ad05b8f 100644
(file)
--- a/
src/mainloop.cpp
+++ b/
src/mainloop.cpp
@@
-139,6
+139,7
@@
void Mainloop::prepare()
void Mainloop::run(int timeout)
{
bool done = false;
+ stopped = false;
prepare();