[NUI] Fix memory leak (#111)
authordongsug-song <35130733+dongsug-song@users.noreply.github.com>
Tue, 6 Feb 2018 05:31:18 +0000 (14:31 +0900)
committerGitHub <noreply@github.com>
Tue, 6 Feb 2018 05:31:18 +0000 (14:31 +0900)
commitd7aca2520d4a7ab7a0f6bd0654f0eb31614f314c
tree10231f5eb8413ed7dc356fe0b83c494ab3f435a4
parent86be2bc77df043fba69e7bea8664f9362cc8d8e2
[NUI] Fix memory leak (#111)
13 files changed:
src/Tizen.NUI/src/internal/FrameBuffer.cs
src/Tizen.NUI/src/internal/ViewWrapperImpl.cs
src/Tizen.NUI/src/public/Animation.cs
src/Tizen.NUI/src/public/BaseComponents/TableView.cs
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/FocusManager.cs
src/Tizen.NUI/src/public/NUIConstants.cs
src/Tizen.NUI/src/public/Renderer.cs
src/Tizen.NUI/src/public/TextureSet.cs
src/Tizen.NUI/src/public/Touch.cs
src/Tizen.NUI/src/public/UIComponents/Popup.cs
src/Tizen.NUI/src/public/VisualMaps.cs
test/NUITestSample/NUITestSample/examples/ref-cnt-error-memory-leak-2.cs [new file with mode: 0755]