projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1728e69
)
lottie: fixed valgrind warning for unintialized variable
59/184459/2
author
subhransu mohanty
<sub.mohanty@samsung.com>
Wed, 18 Jul 2018 05:36:47 +0000
(14:36 +0900)
committer
Hermet Park
<chuneon.park@samsung.com>
Thu, 19 Jul 2018 04:10:11 +0000
(
04:10
+0000)
Change-Id: I90e80585f3b217df86e948650e5f6128aef65ac3
src/lottie/lottieitem.cpp
patch
|
blob
|
history
diff --git
a/src/lottie/lottieitem.cpp
b/src/lottie/lottieitem.cpp
index 86bda248f63b899d44a6d3f9987f41ce994e6d50..5bae4e996a8bf3cb96634a8af8fd6ad959a67eff 100644
(file)
--- a/
src/lottie/lottieitem.cpp
+++ b/
src/lottie/lottieitem.cpp
@@
-395,6
+395,7
@@
VRle LOTLayerItem::maskRle(const VRect &clipRect)
LOTLayerItem::LOTLayerItem(LOTLayerData *layerData):mLayerData(layerData),
mParentLayer(nullptr),
mPrecompLayer(nullptr),
+ mCombinedAlpha(0.0f),
mFrameNo(-1),
mDirtyFlag(DirtyFlagBit::All)
{