Fix a crash of the TextureManager 66/230766/3
authorHeeyong Song <heeyong.song@samsung.com>
Tue, 14 Apr 2020 05:30:18 +0000 (14:30 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Thu, 16 Apr 2020 03:48:13 +0000 (03:48 +0000)
commit0f3af5aa90602ae60079d11615d8de0765084afe
tree6f242ccd25bb7b09ac84ed74fd1c8921a93703dd
parent05fc311b489e5c929433c722439eef45116f0e8b
Fix a crash of the TextureManager

The observer may be deleted during the UploadComplete callback.
So disconnect the signal and erase the object from the list first.

Change-Id: I614008c9a93025aef973dc8fcf38e1b578f8f35c
automated-tests/src/dali-toolkit/utc-Dali-Control.cpp
dali-toolkit/internal/visuals/texture-manager-impl.cpp