/// <summary>
 /// Free the wallet spendable balances pointer.
 /// </summary>
 internal void Free()
 {
     BindingUtils.FreeList(ref WalletBalancesPtr, ref WalletBalancesLen);
 }
 internal void Free()
 {
     BindingUtils.FreeList(ref ProcessedEntriesPtr, ref ProcessedEntriesLen);
 }
 internal void Free()
 {
     BindingUtils.FreeList(ref FilesPtr, ref FilesLen);
 }
 internal void Free()
 {
     BindingUtils.FreeList(ref FileMetaDataPtr, ref FileMetaDataLen);
 }
Example #5
0
 /// <summary>
 /// Free bootstrap config pointer.
 /// </summary>
 internal void Free()
 {
     AccessContainerEntry.Free();
     BindingUtils.FreeList(ref BootstrapConfigPtr, ref BootstrapConfigLen);
 }
Example #6
0
 /// <summary>
 /// Free the container pointer.
 /// </summary>
 internal void Free()
 {
     BindingUtils.FreeList(ref ContainersPtr, ref ContainersLen);
 }
 internal void Free()
 {
     BindingUtils.FreeList(ref FullIdPtr, ref FullIdLen);
     BindingUtils.FreeList(ref EncSecretKeyPtr, ref EncSecretKeyLen);
 }