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