Do not call malloc during terminate 73/306873/2
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 04:51:51 +0000 (04:51 +0000)
commitcc221e4f8a66b6748e5c737e5dbde82c68db8d48
tree6e1c61a8919f578d880baf3f8c84c6159655a534
parenta2f59109526af896d5e68c373ef1e2485ab4d1f9
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