pixiv / go-libjpeg

An implementation of Go binding for libjpeg (or libjpeg-turbo).
BSD 3-Clause "New" or "Revised" License
157 stars 52 forks source link

Make decompress allocation to respond an allocation error. #39

Closed harukasan closed 7 years ago

harukasan commented 7 years ago

Makes to return an error if the allocations failed.

saturday06 commented 7 years ago

LGTM