projects
/
platform
/
core
/
uifw
/
dali-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96fd61b
)
[Tizen] Fix coverity issue : Initialize rendererAdded
accepted/tizen/unified/20250331.151908
accepted/tizen/unified/20250401.113841
accepted/tizen/unified/x/20250401.051150
accepted/tizen/unified/x/20250401.224343
author
angler
<jaws.lee@samsung.com>
Tue, 25 Mar 2025 02:25:08 +0000
(11:25 +0900)
committer
angler
<jaws.lee@samsung.com>
Tue, 25 Mar 2025 02:25:11 +0000
(11:25 +0900)
This reverts commit
45150f19d5ae3cebed7dbd4765637549b62a1265
.
dali/integration-api/core.h
patch
|
blob
|
history
diff --git
a/dali/integration-api/core.h
b/dali/integration-api/core.h
index ef5487f06ebfaad8c647f84be51ec438a22244b6..4fbb1f183de8190f2c974aca64302420dff7afed 100644
(file)
--- a/
dali/integration-api/core.h
+++ b/
dali/integration-api/core.h
@@
-83,6
+83,7
@@
public:
UpdateStatus()
: keepUpdating(false),
needsNotification(false),
+ rendererAdded(false),
secondsFromLastFrame(0.0f)
{
}