Blender Git Loki
Git Commits -> Revision ca088a7
Revision ca088a7 by Sergey Sharybin (master) January 24, 2018, 14:46 (GMT) |
Fix T53115: Memleak with instanced groups and Cycles The issue was caused by Cycles allocating ID property in a temporary object which gets overwritten and thrown away every so often. Now dependency graph will try to reliably check whether ID properties from a temp object are to be freed. |
Commit Details:
Full Hash: ca088a7b126be3e08025b83d6ac6aafa7519985c
Parent Commit: 9f713ec
Lines Changed: +27, -0
1 Modified Path:
/source/blender/depsgraph/intern/depsgraph_query_iter.cc (+27, -0) (Diff)