Blender Git Commit Log
Git Commits -> Revision a750aca
Revision a750aca by Julian Eisel (master) November 2, 2020, 23:00 (GMT) |
Fix possible use-after-free when closing Blender with File Browser open I think there wasn't actually any issue currently, but only by luck. We still passed around and NULL-checked a pointer to freed memory (the file operator, `SpaceFile.op`) which is easy to break and should be avoided. Noticed while testing D8598. |
Commit Details:
Full Hash: a750acab78cf38ca8f010c4ac81ec948faa79dd5
Parent Commit: 9cfcc27
Lines Changed: +35, -0