webmproject / sjpeg

SimpleJPEG: simple jpeg encoder
Apache License 2.0
70 stars 12 forks source link

add SjpegFreeBuffer(…) to the library API so that it could be used not only in C++ #16

Closed magicgoose closed 6 years ago

magicgoose commented 6 years ago

Languages other than C++ do not have delete[] equivalent. I think it would be a lot easier to use the library correctly with this patch.

skal65535 commented 6 years ago

Thanks for the suggestion! I've committed a similar version as https://github.com/webmproject/sjpeg/commit/957445eff2145e9a7a91676cc1d0c09656d61e9c