This commit is contained in:
Milang 2019-10-26 15:48:13 +02:00
parent a413ec89a9
commit 8b8f8d511a
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ static void fe_object_delete_vertex(fe_object * object)
if (object->vt_own)
free(object->vertex_table);
else
free(object->vertex_t0)
free(object->vertex_t0);
object->vertex_table=0;
object->vertex_t0=0;