Blender Git Loki
Git Commits -> Revision aadfa31
Revision aadfa31 by Sebastian Parborg (master) April 30, 2021, 16:01 (GMT) |
Fix "use after free" issue in clog Keep track of clog_refs so we can null the pointers when calling CLG_exit. Otherwise we will run into issues where the code will try to access freed data. |
Commit Details:
Full Hash: aadfa31cf000f74f6b16f311c1532e2c6c1a384b
Parent Commit: 99eca89
Lines Changed: +13, -0