Merge branch 'fix_issue-608' of https://github.com/rygorous/stb into working

This commit is contained in:
Sean Barrett 2019-03-04 14:51:34 -08:00
commit 3b5ffbe31c

View File

@ -3659,7 +3659,7 @@ static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, int *comp
int k;
unsigned int i,j;
stbi_uc *output;
stbi_uc *coutput[4];
stbi_uc *coutput[4] = { NULL, NULL, NULL, NULL };
stbi__resample res_comp[4];