[NUI][Scene3D] Fix memory leak issue for Model's Animation
authorEunki Hong <eunkiki.hong@samsung.com>
Sat, 28 Jan 2023 14:09:09 +0000 (23:09 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Wed, 1 Feb 2023 07:07:33 +0000 (16:07 +0900)
commit085e831c032d27f726d0b8f7d4c6c12d41937361
tree03f7002580df7b900fbcda115a1f0ad6c631dc57
parent9af121936301165656365a4b274bc9cd334ee4ec
[NUI][Scene3D] Fix memory leak issue for Model's Animation

Since we create new handle at csharp binder, we should call DeleteHandle function.

Note : Extensions.GetInstanceSafely delete the getted cPtr's reference inside of
that function. So we cannot use it.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI.Scene3D/src/public/Controls/Model.cs
src/Tizen.NUI.Scene3D/src/public/Controls/SceneView.cs