Files
test2/source
Omar Emara 7f6058c1fb Fix: Memory leak in Translate node
The Translate node leaks memory when no realization happens. That's
because the code passes the input through, then passes it again inside
the transform algorithm. To fix this, remove the pass through in the
node code and leave potential pass through to the algorithm.
2024-12-09 17:48:11 +02:00
..