[NUI] make BaseHandle.Reset() not work
authordongsug.song <dongsug.song@samsung.com>
Fri, 16 Dec 2022 07:01:02 +0000 (16:01 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Fri, 23 Dec 2022 05:08:56 +0000 (14:08 +0900)
commite4b4c34ad43c5551bc7bf47fcaecdf0bfbc731ee
tree1056966c532097bd76982524c186173bd5ae5a42
parent606cef43e2ba0d4e117c161a0181547df76b740d
[NUI] make BaseHandle.Reset() not work

- this came from native dali and it is not propriate for nui.
- it makes BaseHandle's reference count as 0, but this action could cause memory leak in nui side.
- in nui side, calling Dispose() explicitly or doing nothing to delegate disposing action to the DisposeQueue is recommended.
src/Tizen.NUI/src/internal/Interop/Interop.BaseHandle.cs
src/Tizen.NUI/src/public/Common/BaseHandle.cs