Ensure initialize fransform data 43/296543/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 1 Aug 2023 01:01:02 +0000 (10:01 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Tue, 1 Aug 2023 01:01:02 +0000 (10:01 +0900)
commit9aaf99a51bae1d4f124bf95e1d216f5fcbb8cde1
tree93bc82ea68d2f9dc86a3ec3b03b56fdbc043a035
parentd060c73bee42a0d363d77020a5e5dc07acd957e0
Ensure initialize fransform data

We got some strange bugs that TransformManagerData::mManager is nullptr
and TransformManagerData::mId is not INVALID_TRANSFORM_ID.

If it is possible, we must mallocate SG::Node without constructor.
But it is impossible case.

But anyway, to ensure that we call constructor of TransformManagerData,
just initialize it on Node constructor timing

Change-Id: I6905799167381b228a054a9e53e1a8250ed90b8a
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali/internal/update/nodes/node.cpp