Commit: 1cb016491afea7656a3934cfd4bac1ac6d9a0e38
Author: Aurel Gruber
Date:   Fri Feb 24 09:28:33 2017 +0100
Branches: uv_unwrapping_slim_algorithm
https://developer.blender.org/rB1cb016491afea7656a3934cfd4bac1ac6d9a0e38

Category: UV Unwrapping SLIM Algorithm Integration

freeing matrix_transfer properly

===================================================================

M       source/blender/editors/uvedit/uvedit_parametrizer.c

===================================================================

diff --git a/source/blender/editors/uvedit/uvedit_parametrizer.c 
b/source/blender/editors/uvedit/uvedit_parametrizer.c
index 6ff5176491..e8af44e32b 100644
--- a/source/blender/editors/uvedit/uvedit_parametrizer.c
+++ b/source/blender/editors/uvedit/uvedit_parametrizer.c
@@ -4430,6 +4430,7 @@ void param_slim_end(ParamHandle *handle) {
        PHandle *phandle = (PHandle *) handle;
        matrix_transfer *mt = phandle->mt;
        set_uv_param_slim(handle, mt);
+       free_matrix_transfer(mt);
 }

_______________________________________________
Bf-blender-cvs mailing list
Bf-blender-cvs@blender.org
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to