Review for issue #1446
This commit is contained in:
parent
59be7b9c29
commit
0481053dad
1 changed files with 2 additions and 1 deletions
|
@ -3099,7 +3099,8 @@ static Model LoadOBJ(const char *fileName)
|
|||
tinyobj_shapes_free(meshes, meshCount);
|
||||
tinyobj_materials_free(materials, materialCount);
|
||||
|
||||
//RL_FREE(fileData);
|
||||
RL_FREE(fileData);
|
||||
RL_FREE(matFaces);
|
||||
|
||||
RL_FREE(vCount);
|
||||
RL_FREE(vtCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue