Fix TCT Block Issue 58/130358/3 accepted/tizen/unified/20170602.152135 submit/tizen/20170531.052430
authorJooseok Song <seogii.song@samsung.com>
Mon, 22 May 2017 06:16:52 +0000 (15:16 +0900)
committerJooseok Song <seogii.song@samsung.com>
Mon, 22 May 2017 06:46:41 +0000 (06:46 +0000)
Change-Id: I5346bb5a9dafd731ba94bb0aad0be40e1ce0dacf

Tizen.Account.AccountManager/Interop/Interop.AccountService.cs
Tizen.Account.AccountManager/Tizen.Account.AccountManager/Account.cs
packaging/csapi-account-manager.spec

index 9804c1c..d418f64 100644 (file)
@@ -108,7 +108,6 @@ internal static partial class Interop
 
             protected override bool ReleaseHandle()
             {
-                Account.Destroy(this.handle);
                 this.SetHandle(IntPtr.Zero);
                 return true;
             }
index cabe14c..ae1031c 100644 (file)
@@ -586,7 +586,6 @@ namespace Tizen.Account.AccountManager
             {
                 if (_handle != IntPtr.Zero)
                 {
-                    Interop.Account.Destroy(_handle);
                     _handle = IntPtr.Zero;
                 }
             }
index bc970b3..d844193 100644 (file)
@@ -1,6 +1,6 @@
 Name:       csapi-account-manager
 Summary:    Tizen account manager API for C#
-Version:    1.0.6
+Version:    1.0.7
 Release:    1
 Group:      Development/Libraries
 License:    Apache-2.0