Merge branch 'blender-v2.93-release'

This commit is contained in:
Germano Cavalcante 2021-04-17 17:13:12 -03:00
commit 8d30a7a1cf
1 changed files with 4 additions and 0 deletions

View File

@ -1555,6 +1555,10 @@ BVHTree *BKE_bvhtree_from_mesh_get(struct BVHTreeFromMesh *data,
bvh_cache_type,
bvh_cache_p,
mesh_eval_mutex);
if (looptri_mask != NULL) {
MEM_freeN(looptri_mask);
}
}
else {
/* Setup BVHTreeFromMesh */