Fix memory leaks

'_FrameBuffer' forgot to destroy, has been fixed
This commit is contained in:
筱傑 2019-09-29 09:12:23 +08:00 committed by GitHub
parent 866e33aff2
commit bf0277c32b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,6 +64,7 @@ namespace USBCAN
if (disposing)
{
// 释放托管成员
_FrameBuffer.Dispose();
}
// 释放非托管成员