[NUI] Call Mashal.FreeHGlobal() what we allocated
authorEunki Hong <eunkiki.hong@samsung.com>
Tue, 23 Jan 2024 12:47:43 +0000 (21:47 +0900)
committerEunki Hong <h.pichulia@gmail.com>
Tue, 20 Feb 2024 09:33:15 +0000 (18:33 +0900)
commit11d4d32bf5a62535a66a3b8d4d040e4d7051dc9f
tree6b1db7d666267b8cb0d24cdc662aae9c955f3e9f
parentdaa259f81bfe6b46ac228a2918071425dc9047f8
[NUI] Call Mashal.FreeHGlobal() what we allocated

Let we free allocated heap memory by Mashal.

It might cause memory leak issue if user try to use VertexBuffer.

And also, let we also fix FrameBrokerBase implementation
that might be the guideline who want to use custom Geometry class.

Signed-off-by: Eunki Hong <eunkiki.hong@samsung.com>
src/Tizen.NUI.Wearable/src/public/Title.cs
src/Tizen.NUI/src/internal/FrameBroker/FrameBrokerBase.cs
src/Tizen.NUI/src/public/BaseComponents/DirectRenderingGLView.cs
src/Tizen.NUI/src/public/BaseComponents/ViewAccessibilityWrappers.cs
src/Tizen.NUI/src/public/Common/BaseHandle.cs
src/Tizen.NUI/src/public/Rendering/VertexBuffer.cs