Fix (unreported) memleak in mesh remapping auto-transform code.

This commit is contained in:
Bastien Montagne 2015-12-30 21:11:07 +01:00
parent 6472810c96
commit e11ed68af0
1 changed files with 2 additions and 0 deletions

View File

@ -296,6 +296,8 @@ void BKE_mesh_remap_find_best_match_from_dm(
}
BLI_space_transform_global_from_matrices(r_space_transform, best_mat_dst, mat_src);
MEM_freeN(vcos_src);
}
/** \} */