libsdl-org / SDL_image

Image decoding for many popular formats for Simple Directmedia Layer.
zlib License
513 stars 174 forks source link

IMG_SavePNG / libpng: handle errors at one place, so that libpng/setj… #417

Closed 1bsyl closed 5 months ago

1bsyl commented 5 months ago

IMG_SavePNG / libpng: handle errors at one place, so that libpng/setjump() can also free resources if an error occurs. (see #416)

sezero commented 5 months ago

This was integrated in #418 which was just merged. Closing.