This repository has been archived on 2023-10-09. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
blender-archive/source/blender/modifiers/intern
Jacques Lucke 6f0dd4f0f0 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.
2021-10-24 19:26:07 +02:00
..
2021-10-24 21:04:04 +11:00
2021-10-20 11:16:43 +11:00
2021-03-18 09:36:44 +11:00
2021-10-20 11:16:43 +11:00
2021-08-20 02:30:11 +02:00