[Tizen] Set the LoadSuccessflag to false after ReleaseResource() is called 89/274689/3 accepted/tizen/6.5/unified/20220513.142059 submit/tizen_6.5/20220512.140748 submit/tizen_6.5/20220513.051335 submit/tizen_6.5/20220513.083701
authortscholb <scholb.kim@samsung.com>
Fri, 6 May 2022 05:07:44 +0000 (14:07 +0900)
committertscholb <scholb.kim@samsung.com>
Fri, 6 May 2022 06:30:03 +0000 (15:30 +0900)
commit3a81895fada7100ba8f69f934b383b12147e9ad4
tree998d9d6e2c000772ae5edc707e6a5fd331001a72
parent490e4e9edac5d897db2be9fcef458c04f7654e93
[Tizen] Set the LoadSuccessflag to false after ReleaseResource() is called

When the non-animated image is detached from the scene first and attached to the scene again,
webp-loading can't load webp information because it is already loaded its information.

To re-load this information, we need to set the flag to false.

Change-Id: I08c00042dc84aa40cdfbe02d462920946ed5def2
dali/internal/imaging/common/webp-loading.cpp