From: subhransu mohanty Date: Wed, 18 Jul 2018 05:36:47 +0000 (+0900) Subject: lottie: fixed valgrind warning for unintialized variable X-Git-Tag: submit/tizen/20180917.042405~222 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F59%2F184459%2F2;p=platform%2Fcore%2Fuifw%2Flottie-player.git lottie: fixed valgrind warning for unintialized variable Change-Id: I90e80585f3b217df86e948650e5f6128aef65ac3 --- diff --git a/src/lottie/lottieitem.cpp b/src/lottie/lottieitem.cpp index 86bda24..5bae4e9 100644 --- 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) {