Blender Git Loki
Git Commits -> Revision cf881ab
Revision cf881ab by Bastien Montagne (tmp-debug-filebrowser) July 19, 2017, 14:40 (GMT) |
Fix (unreported) seldom crash when using previews in filebrowser. Hopefully fix it actually, at least could not reproduce it anymore with that changen, but Was already quite hard to trigger before. We need a memory barrier at this allocation, otherwise it might happen after preview gets added to done queue, so preview could end up being freed twice, leading to crash. |
Commit Details:
Full Hash: cf881ab8162353d77f65a6e9dff3fc05ee9971d4
Parent Commit: 71687d7
Lines Changed: +4, -1
1 Modified Path:
/source/blender/editors/space_file/filelist.c (+4, -1) (Diff)