summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/models.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/models.c b/src/models.c
index 04db669e..dbc58fc0 100644
--- a/src/models.c
+++ b/src/models.c
@@ -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);