Fix a crash of the TextureManager 05/230905/1
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:45:51 +0000 (12:45 +0900)
commitf8fa6440214a9c0dccaa4a3d9c10b85c7156b2d2
tree197c5c8bb05a725feec3c446140eabd7104a3f65
parent4fc86704e6e03fb5e6e3b55ffedf75dba9652bb3
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