Blender Git Loki
Git Commits -> Revision 356dce1
October 13, 2021, 13:53 (GMT) |
Fix T92136: Leak accessing evaluated depsgraph data from Python Copy-on-write data blocks could be referenced from python but were not properly managing python reference counting. This would leak memory for any evaluated data-blocks accessed by Python. Reviewed By: sergey Ref D12850 |
Commit Details:
Full Hash: 356dce13f05faed5303ac1aacf68dc6c1ff51d80
Parent Commit: c29f20a
Lines Changed: +4, -0
2 Modified Paths:
/source/blender/depsgraph/intern/eval/deg_eval_copy_on_write.cc (
+2,
-0)
(Diff)/source/blender/depsgraph/intern/eval/deg_eval_runtime_backup.cc (
+2,
-0)
(Diff)