webmproject / sjpeg

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

add SjpegFreeBuffer() C-call to release buffer. #17

Closed skal65535 closed 6 years ago

skal65535 commented 6 years ago

This is convenient for C-biding of the C++ API, wrapping the delete[].

Good suggestion by github/magicgoose.