mirror of
https://github.com/jie65535/Helpers.git
synced 2025-10-16 17:29:45 +08:00
Fix memory leaks
'_FrameBuffer' forgot to destroy, has been fixed
This commit is contained in:
@@ -64,6 +64,7 @@ namespace USBCAN
|
||||
if (disposing)
|
||||
{
|
||||
// 释放托管成员
|
||||
_FrameBuffer.Dispose();
|
||||
}
|
||||
|
||||
// 释放非托管成员
|
||||
|
Reference in New Issue
Block a user