Change-Id: I5346bb5a9dafd731ba94bb0aad0be40e1ce0dacf
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
protected override bool ReleaseHandle()
{
- Account.Destroy(this.handle);
this.SetHandle(IntPtr.Zero);
return true;
}
{
if (_handle != IntPtr.Zero)
{
- Interop.Account.Destroy(_handle);
_handle = IntPtr.Zero;
}
}