mirror of
https://github.com/raysan5/raylib.git
synced 2025-10-05 09:26:26 +00:00
Review for issue #1446
This commit is contained in:
@@ -3099,7 +3099,8 @@ static Model LoadOBJ(const char *fileName)
|
|||||||
tinyobj_shapes_free(meshes, meshCount);
|
tinyobj_shapes_free(meshes, meshCount);
|
||||||
tinyobj_materials_free(materials, materialCount);
|
tinyobj_materials_free(materials, materialCount);
|
||||||
|
|
||||||
//RL_FREE(fileData);
|
RL_FREE(fileData);
|
||||||
|
RL_FREE(matFaces);
|
||||||
|
|
||||||
RL_FREE(vCount);
|
RL_FREE(vCount);
|
||||||
RL_FREE(vtCount);
|
RL_FREE(vtCount);
|
||||||
|
Reference in New Issue
Block a user