lvandeve / lodepng

PNG encoder and decoder in C and C++.
zlib License
2.04k stars 420 forks source link

Fix crash when preProcessScanlines allocs failed #126

Closed NgaiShunChan closed 4 years ago

lvandeve commented 4 years ago

Thanks for the fix, looks good, I just left a few suggested changes to make the style of if/else braces match the rest of the code, please fix to make it match.

NgaiShunChan commented 4 years ago

Thanks for the review.

lvandeve commented 4 years ago

Thank you for the fix