[Tizen](Vector) Fix memory leak issue 56/222456/1 accepted/tizen/5.5/unified/20200121.041235 submit/tizen_5.5/20200120.082613
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 15 Jan 2020 06:32:07 +0000 (15:32 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 15 Jan 2020 06:32:10 +0000 (15:32 +0900)
commit322f13d2c791291ffae5ac875b440e10e4ffc100
tree229063999d75401e3d238f63147d9ab559052301
parent6f7beb846a27e36ff48a67f6ad93a02e9c61e720
[Tizen](Vector) Fix memory leak issue

The reference count of mRenderedTexture can be 0 in Render method which is called in the worker thread.
In the case, the render object of the Texture is not destoyed.

Ensure the texture object is destoyed in the main thread

Change-Id: I34bb9101a7c673b796639a9f702f61f636264a13
dali-extension/vector-animation-renderer/tizen-vector-animation-renderer.cpp
dali-extension/vector-animation-renderer/tizen-vector-animation-renderer.h