[Bf-blender-cvs] [f463cfb4c9c] functions: fix

Jacques Lucke noreply at git.blender.org
Sun Mar 24 17:03:17 CET 2019


Commit: f463cfb4c9c19aa2a0abf6c1dc46446546dcd0e4
Author: Jacques Lucke
Date:   Sun Mar 24 16:38:50 2019 +0100
Branches: functions
https://developer.blender.org/rBf463cfb4c9c19aa2a0abf6c1dc46446546dcd0e4

fix

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

M	source/blender/functions/backends/tuple_call/tuple.hpp

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

diff --git a/source/blender/functions/backends/tuple_call/tuple.hpp b/source/blender/functions/backends/tuple_call/tuple.hpp
index 10241f76a53..a4b59413f78 100644
--- a/source/blender/functions/backends/tuple_call/tuple.hpp
+++ b/source/blender/functions/backends/tuple_call/tuple.hpp
@@ -169,6 +169,7 @@ namespace FN {
 			else {
 				type_info->copy_to_uninitialized(src, dst);
 			}
+			type_info->destruct_type(src);
 
 			m_initialized[index] = true;
 		}



More information about the Bf-blender-cvs mailing list