Free ModelData metadata;

This commit is contained in:
bjorn 2022-08-04 00:31:39 -07:00
parent eac3299bd0
commit 7c7f8ed907
1 changed files with 1 additions and 0 deletions

View File

@ -105,6 +105,7 @@ void lovrModelDataDestroy(void* ref) {
map_free(&model->nodeMap);
free(model->vertices);
free(model->indices);
free(model->metadata);
free(model->data);
free(model);
}