1
0
mirror of https://github.com/nothings/stb synced 2025-03-28 21:13:20 +00:00

Merge 4e58258d8c434111fe2e8f1146ae0a72b0e8c554 into f0569113c93ad095470c54bf34a17b36646bbbb5

This commit is contained in:
Nia Bickford 2025-03-26 10:44:12 +00:00 committed by GitHub
commit 5c919a4eb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6528,7 +6528,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)) {
STBI_FREE(result);
result=0;
return 0;
}
*px = x;
*py = y;