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:
commit
5c919a4eb1
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user