[NUI] Fix to use the correct Interop in AutofillContainer (#1103)
authorSeoyeon2Kim <34738918+Seoyeon2Kim@users.noreply.github.com>
Thu, 24 Oct 2019 08:11:55 +0000 (17:11 +0900)
committerhuiyueun <35286162+huiyueun@users.noreply.github.com>
Thu, 24 Oct 2019 08:11:55 +0000 (17:11 +0900)
Signed-off-by: Seoyeon Kim <seoyeon2.kim@samsung.com>
src/Tizen.NUI/src/public/AutofillContainer.cs

index f7155b8..8461608 100755 (executable)
@@ -315,7 +315,7 @@ namespace Tizen.NUI
                 if (swigCMemOwn)
                 {
                     swigCMemOwn = false;
-                    Interop.Texture.delete_Texture(swigCPtr);
+                    Interop.AutofillContainer.delete_AutofillContainer(swigCPtr);
                 }
                 swigCPtr = new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero);
             }