missing free

This commit is contained in:
Joseph Eagar
2009-02-13 03:49:53 +00:00
parent 209db3a64c
commit 9ef65b444b

View File

@@ -40,4 +40,6 @@ void triangulate_exec(BMesh *bmesh, BMOperator *op)
BMO_Flag_To_Slot(bmesh, op, BMOP_TRIANG_NEW_EDGES, EDGE_NEW, BM_EDGE);
BMO_Flag_To_Slot(bmesh, op, BMOP_TRIANG_NEW_FACES, FACE_NEW, BM_FACE);
V_FREE(projectverts);
}