Blender Git Commit Log
Git Commits -> Revision 6f0dd4f
Revision 6f0dd4f by Jacques Lucke (master) October 24, 2021, 17:26 (GMT) |
Fix: memory leak after type conversion in geometry nodes group The leak happened when two things were true: * Inside of a node group a socket is linked to a Group Input that has a different type. * The corresponding input on the parent Group node is not linked. The conversion happened correctly, but the original value wasn't destructed. |
Commit Details:
Full Hash: 6f0dd4f0f045916c9a4b4fc786a69fd7b7d2d530
Parent Commit: 6656578
Lines Changed: +1, -0
1 Modified Path:
/source/blender/modifiers/intern/MOD_nodes_evaluator.cc (+1, -0) (Diff)