mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-20 10:18:14 +00:00
mem leak in gltf loader (#995)
This commit is contained in:
@@ -3419,6 +3419,7 @@ static Texture LoadTextureFromCgltfImage(cgltf_image *image, const char *texPath
|
|||||||
free(data);
|
free(data);
|
||||||
|
|
||||||
Image rimage = LoadImagePro(raw, w, h, UNCOMPRESSED_R8G8B8A8);
|
Image rimage = LoadImagePro(raw, w, h, UNCOMPRESSED_R8G8B8A8);
|
||||||
|
free(raw);
|
||||||
|
|
||||||
// TODO: Tint shouldn't be applied here!
|
// TODO: Tint shouldn't be applied here!
|
||||||
ImageColorTint(&rimage, tint);
|
ImageColorTint(&rimage, tint);
|
||||||
|
Reference in New Issue
Block a user