Esempio n. 1
0
 public void Dispose()
 {
     if (outLog != default)
     {
         LibInChI.DeallocateInChIString(ref this);
     }
 }
Esempio n. 2
0
 public void Dispose()
 {
     if (log != IntPtr.Zero)
     {
         LibInChI.DeallocateOutputStruct(ref this);
         GC.SuppressFinalize(this);
     }
 }