Stop deleting ViewWrapperImpl native object from C# side as native handle will take... 74/158274/1
authorUmar <m.umar@partner.samsung.com>
Mon, 30 Oct 2017 15:01:09 +0000 (15:01 +0000)
committerUmar <m.umar@partner.samsung.com>
Mon, 30 Oct 2017 15:01:09 +0000 (15:01 +0000)
Change-Id: I6f0e0725c6386cbf4b26498ab3697055bd4f7590

Tizen.NUI/src/internal/ViewWrapperImpl.cs

index 361ce7e..f598ca3 100755 (executable)
@@ -132,7 +132,6 @@ namespace Tizen.NUI
                 if (swigCMemOwn)
                 {
                     swigCMemOwn = false;
-                    NDalicManualPINVOKE.delete_ViewWrapperImpl(swigCPtr);
                 }
                 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
             }