abbaye / WpfHexEditorControl

Wpf Hexeditor is a powerful and fully customisable user control for editing file or stream as hexadecimal, decimal and binary. Can be used in Wpf or WinForm application
https://www.nuget.org/packages/WPFHexaEditor/
Apache License 2.0
815 stars 136 forks source link

ByteProviderTest. ByteProvider should be disposed #50

Closed dondrakon closed 5 years ago

dondrakon commented 5 years ago

Looks like you forgot to call Dispose method in ByteProviderTest method.

abbaye commented 5 years ago

👍 good thank you

abbaye commented 5 years ago

I will merge