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