mono / libgdiplus

C-based implementation of the GDI+ API
http://www.mono-project.com/
MIT License
334 stars 171 forks source link

Backport of memory leak fixes (#635) to 6.0 branch #636

Closed filipnavara closed 4 years ago

filipnavara commented 4 years ago

gdip_bitmap_dispose was leaking the bitmap backing data for certain image formats. This is essentially the same issue as in 1afe471 but on a different place. I now unified both of the places to use the same code.