Update stb_image.h
exitting -> exiting
This commit is contained in:
parent
70f806b821
commit
0ec380a4f5
1 changed files with 1 additions and 1 deletions
|
@ -5215,7 +5215,7 @@ static int stbi__expand_png_palette(stbi__png * a, stbi_uc * palette, int len, i
|
|||
if (p == NULL)
|
||||
return stbi__err("outofmem", "Out of memory");
|
||||
|
||||
// between here and free(out) below, exitting would leak
|
||||
// between here and free(out) below, exiting would leak
|
||||
temp_out = p;
|
||||
|
||||
if (pal_img_n == 3) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue