Blender Git Loki
Git Commits -> Revision ebbb55d
Revision ebbb55d by Sergey Sharybin (master) March 20, 2018, 15:07 (GMT) |
Depsgraph: Fix memory leak when datablock is not reused It is possible that datablock will not be re-used for the new dependency graph building. Freeing function was freeing all the nested pointers of databnlock, but not datablock memory itself. |
Commit Details:
Full Hash: ebbb55dd80531f1932b089d39f7350f265db7323
Parent Commit: c188ab7
Lines Changed: +1, -0
1 Modified Path:
/source/blender/depsgraph/intern/builder/deg_builder_nodes.cc (+1, -0) (Diff)