[NUI] Fix Dispose memory leak issue
authorhuiyu.eun <huiyu.eun@samsung.com>
Mon, 1 Feb 2021 04:08:29 +0000 (13:08 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 1 Feb 2021 08:04:43 +0000 (17:04 +0900)
commit1b7b8b145a4d492b76ef5d48d003b3749173e718
tree9b2cda8b4f19bc4a3c8e7f977e6c6bdf648fe8ab
parent10e21089ccb089ff1150ca2ab0061bc12f04b5bf
[NUI] Fix Dispose memory leak issue

- 'disposedThis' blocks the release of memory.
https://github.com/Samsung/TizenFX/pull/2381

Signed-off-by: huiyu.eun <huiyu.eun@samsung.com>
src/Tizen.NUI/src/internal/Common/Disposable.cs
src/Tizen.NUI/src/public/Common/BaseHandle.cs
src/Tizen.NUI/src/public/Layouting/FlexLayout.cs