Files
test2/source/blender
Germano Cavalcante 4e4daa6417 Fix T100959: Memory leak when moving node with Alt
The memory leak happens because `ED_node_link_insert` (called after the
transform operation) overwrites the pre-existing `snode->runtime->iofsd`,
losing the reference without freeing the memory.

So to "move" the reference from `snode->runtime->iofsd` to
`op->customdata`, so that each operator works with its own data.

Reviewed By: Severin

Differential Revision: https://developer.blender.org/D15948
2022-09-14 09:13:12 -03:00
..
2022-09-10 14:19:34 +10:00
2022-09-14 11:49:48 +02:00
2022-09-13 18:03:09 +10:00
2022-09-14 12:07:40 +02:00
2022-03-16 11:58:22 +11:00
2022-05-17 15:34:02 +10:00