From f7c1f3b65cd7a6f8a5f86899750f5d49c7ccda64 Mon Sep 17 00:00:00 2001 From: huiyueun <35286162+huiyueun@users.noreply.github.com> Date: Tue, 21 May 2019 19:10:20 +0900 Subject: [PATCH] [NUI] Fix LayoutController Crash issue (#845) Signed-off-by: huiyu.eun --- src/Tizen.NUI/src/internal/Layouting/LayoutController.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tizen.NUI/src/internal/Layouting/LayoutController.cs b/src/Tizen.NUI/src/internal/Layouting/LayoutController.cs index 397a404..86459d4 100644 --- a/src/Tizen.NUI/src/internal/Layouting/LayoutController.cs +++ b/src/Tizen.NUI/src/internal/Layouting/LayoutController.cs @@ -86,7 +86,6 @@ namespace Tizen.NUI /// ~LayoutController() { - Dispose(DisposeTypes.Explicit); } /// @@ -95,7 +94,6 @@ namespace Tizen.NUI public void Dispose() { Dispose(DisposeTypes.Explicit); - System.GC.SuppressFinalize(this); } /// -- 2.7.4