Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/bmesh/operators/mesh_conv.c')
-rw-r--r--source/blender/bmesh/operators/mesh_conv.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/bmesh/operators/mesh_conv.c b/source/blender/bmesh/operators/mesh_conv.c
index a137cf8394a..999da40a845 100644
--- a/source/blender/bmesh/operators/mesh_conv.c
+++ b/source/blender/bmesh/operators/mesh_conv.c
@@ -240,7 +240,8 @@ void mesh_to_bmesh_exec(BMesh *bm, BMOperator *op) {
}
BLI_array_free(fedges);
-
+ BLI_array_free(verts);
+
MEM_freeN(vt);
MEM_freeN(et);
}