Blender Git Loki
Git Commits -> Revision 1b63c36
Revision 1b63c36 by Joshua Leung (depsgraph_refactor) January 2, 2015, 03:50 (GMT) |
Depsgraph: Fix for memory leak with unfreed links Now that relations are back in the base node, relations should be freed in the destructors for DepsNode instead of OperationDepsNode. This fixes memory leaks when using links between IDDepsNodes and also for TimeSourceDepsNodes |
Commit Details:
Full Hash: 1b63c36ca48e2770d736e9832a19c2a7bcb019fc
Parent Commit: fd5102d
Lines Changed: +15, -11