Fix memory leak issue due to timing 58/298958/3
authorEunki Hong <eunkiki.hong@samsung.com>
Fri, 15 Sep 2023 14:53:17 +0000 (23:53 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 18 Sep 2023 02:33:55 +0000 (11:33 +0900)
commit25b969e2ae9e86f57648fb8de93be43bb0b0d7cb
tree5d52ba86bd2eb3c65209eddf7927160c7bc3a3d6
parentee32cb4a8811ad1aee0f99381ffcfe74980cec83
Fix memory leak issue due to timing

Since thread timing issue, it is possible that DiscardResourceId
before CreateResourceId.

Since it is hard to resolve timing issue, let we just upload texture
after event message flushed.

Change-Id: Ic03fbc1709555427be6549e0f4a23aa84102fd53
Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
dali/internal/adaptor/common/combined-update-render-controller.cpp