SupinePandora43 / UltralightNet

.NET bindings for Ultralight next-gen HTML renderer
https://github.com/SupinePandora43/UltralightNet
MIT License
62 stars 10 forks source link

Do not use COM allocation #43

Closed SupinePandora43 closed 2 years ago

SupinePandora43 commented 2 years ago

DllImportGenerator generates Marshal.AllocCoTaskMemory. This should be changed, because we don't use any COM and not planning using it at all!