示例#1
0
 /// <summary>
 /// Release the unmanaged resources associated with this object
 /// </summary>
 protected override void DisposeObject()
 {
     if (_ptr != IntPtr.Zero)
     {
         ContribInvoke.cveSIFTRelease(ref _ptr);
     }
     base.DisposeObject();
 }