This commit is contained in:
Neil Bickford 2023-03-29 11:57:27 -07:00
parent 344669ddf6
commit af4456ba68

View File

@ -6547,7 +6547,7 @@ static void *stbi__pic_load(stbi__context *s,int *px,int *py,int *comp,int req_c
if (!stbi__pic_load_core(s,x,y,comp, result)) { if (!stbi__pic_load_core(s,x,y,comp, result)) {
STBI_FREE(result); STBI_FREE(result);
result=0; return 0;
} }
*px = x; *px = x;
*py = y; *py = y;