[Applications.WidgetControl] Use Marshal.FreeHGlobal() instead of Lib… (#5629)
authorkilig <inkyun.kil@samsung.com>
Mon, 13 Nov 2023 01:41:58 +0000 (10:41 +0900)
committerGitHub <noreply@github.com>
Mon, 13 Nov 2023 01:41:58 +0000 (10:41 +0900)
commit7d08a4a962d973d7af0497ad06057de3bc5e9508
treeaad8bc936ae1b847b60797caa5ef97f2e4fe0d6d
parente9caf61d304c4c5f6893154988b16030831bb712
[Applications.WidgetControl] Use Marshal.FreeHGlobal() instead of Lib… (#5629)

* [Applications.WidgetControl] Use Marshal.FreeHGlobal() instead of Libc.Free()

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
* [Applications.Cion] Use Marshal.AllocHGlobal() instead of Libc.Malloc()

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
---------

Signed-off-by: Inkyun Kil <inkyun.kil@samsung.com>
Co-authored-by: pjh9216 <jh9216.park@samsung.com>
src/Tizen.Applications.Cion/Interop/Interop.Cion.cs
src/Tizen.Applications.Cion/Interop/Interop.Libraries.cs
src/Tizen.Applications.Cion/Tizen.Applications.Cion/ServerBase.cs
src/Tizen.Applications.WidgetControl/Interop/Interop.Libc.cs [deleted file]
src/Tizen.Applications.WidgetControl/Interop/Interop.Libraries.cs
src/Tizen.Applications.WidgetControl/Tizen.Applications/WidgetControl.cs