From 0ec380a4f58a0a7a408b348180b4b07b4e98d4ff Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Thu, 14 Dec 2023 02:59:39 +0900 Subject: [PATCH] Update stb_image.h exitting -> exiting --- common/stb_image.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/stb_image.h b/common/stb_image.h index 4766d7e67..84e30a82d 100644 --- a/common/stb_image.h +++ b/common/stb_image.h @@ -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) {