mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-10 13:28:16 +00:00
Review PR and comments
This commit is contained in:
@@ -2921,7 +2921,8 @@ static Model LoadOBJ(const char *fileName)
|
||||
tinyobj_attrib_free(&attrib);
|
||||
tinyobj_shapes_free(meshes, meshCount);
|
||||
tinyobj_materials_free(materials, materialCount);
|
||||
RL_FREE(data); // oh ray how did you miss this...! :-p
|
||||
|
||||
RL_FREE(data);
|
||||
}
|
||||
|
||||
// NOTE: At this point we have all model data loaded
|
||||
|
Reference in New Issue
Block a user