[4.0] Stop deleting ViewWrapperImpl native object from C# side as native handle will... 80/158280/2
authorUmar <m.umar@partner.samsung.com>
Mon, 30 Oct 2017 15:01:09 +0000 (15:01 +0000)
committerAdeel Kazmi <adeel.kazmi@samsung.com>
Mon, 30 Oct 2017 17:29:34 +0000 (17:29 +0000)
Change-Id: I6f0e0725c6386cbf4b26498ab3697055bd4f7590

Tizen.NUI/src/internal/ViewWrapperImpl.cs

index db0728a..926dd5b 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);
             }