projects
/
platform
/
core
/
uifw
/
tts.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c2f113e
)
Initialize result_event of app data
08/272808/1
author
wn.jang
<wn.jang@samsung.com>
Fri, 25 Mar 2022 01:34:56 +0000
(10:34 +0900)
committer
wn.jang
<wn.jang@samsung.com>
Fri, 25 Mar 2022 01:35:00 +0000
(10:35 +0900)
This issue was detected by static analysis tool.
Change-Id: Iac86b73641a1feacb59b29781a1f777f12b8f0b5
server/ttsd_data.cpp
patch
|
blob
|
history
diff --git
a/server/ttsd_data.cpp
b/server/ttsd_data.cpp
index 62621945b4397079166d040b86cc2e3fa274eca6..4e37cd73c3330fa9ac6ad8e05ade828522fbcd7b 100644
(file)
--- a/
server/ttsd_data.cpp
+++ b/
server/ttsd_data.cpp
@@
-170,6
+170,7
@@
int ttsd_data_new_client(int pid, unsigned int uid)
app.ipc_method = TTS_IPC_METHOD_UNDEFINED;
app.credential = nullptr;
app.paused_data_existing = false;
+ app.result_event = TTSE_RESULT_EVENT_FAIL;
g_app_list.push_back(app);