[Tizen] Do not call malloc during terminate 32/307032/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Wed, 28 Feb 2024 12:51:32 +0000 (21:51 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Mon, 4 Mar 2024 05:34:25 +0000 (14:34 +0900)
commit4136ad045e9fec48e66b45999fb8ac19e325812f
treee11b359af30909fecfd5c975c74614afb04b1fa0
parent733c8dc2291438d356729fdef4e6411a6e918995
[Tizen] Do not call malloc during terminate

There was some strange crash issue during application terminate.

That crash comes at malloc.c during destruct JsonParser.

So, let we just remove some potential of mallocate memory during terminate,
what might not neccessary.

Change-Id: I93dc70b0c069f90a94e526f7916f9c54e1565a7f
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-toolkit/internal/builder/tree-node-manipulator.cpp
dali-toolkit/internal/builder/tree-node-manipulator.h