[Tizen] (Vector) Fix a crash issue 31/219131/1
authorHeeyong Song <heeyong.song@samsung.com>
Fri, 29 Nov 2019 08:11:30 +0000 (17:11 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Mon, 2 Dec 2019 08:26:28 +0000 (17:26 +0900)
Change-Id: I98043d28667e39ec54e2fd06020811fdc3d62edf

dali-toolkit/internal/visuals/animated-vector-image/vector-animation-task.cpp

index 379ebc5..39f21a4 100644 (file)
@@ -464,6 +464,8 @@ bool VectorAnimationTask::Rasterize()
 
   if( stopped && renderSuccess )
   {
+    ConditionalWait::ScopedLock lock( mConditionalWait );
+
     mPlayState = PlayState::STOPPED;
     mForward = true;
     mCurrentLoop = 0;