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

View File

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