Exemple #1
0
 /// <summary>
 /// Release the unmanaged memory associated with this object
 /// </summary>
 protected override void DisposeObject()
 {
     if (_ptr != IntPtr.Zero)
     {
         WeChatQRCodeInvoke.cveWeChatQRCodeRelease(ref _ptr);
     }
 }