Blender Git Commit Log
Git Commits -> Revision 9801735
Revision 9801735 by Campbell Barton (master) May 11, 2021, 02:20 (GMT) |
Fix T88190: Freed memory use when iterating over id-properties The id-property iterator referenced a PyObject pointer without increasing it's user count - allowing for errors if the value goes out of scope during iteration. |
Commit Details:
Full Hash: 9801735b67ea2156777dd3ca7fbb32900bc0e847
Parent Commit: 5aee4ba
Lines Changed: +34, -11
1 Modified Path:
/source/blender/python/generic/idprop_py_api.c (+34, -11) (Diff)