Update stb_image.h

exitting -> exiting
This commit is contained in:
Ikko Eltociear Ashimine 2023-12-14 02:59:39 +09:00 committed by GitHub
parent 70f806b821
commit 0ec380a4f5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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) {