Tagliatti / NetBarcode

Barcode generation library written in C# and .NET Standard 2
MIT License
337 stars 68 forks source link

Dispose created Bitmap #23

Closed deviousasti closed 3 years ago

deviousasti commented 3 years ago

This PR explicitly disposes off the generate bitmap to avoid memory exceptions. I'm seeing possible resource disposal issues on Debian with libgdiplus, and this could be a potential suspect.

Thank you!