Blender Git Commit Log
Git Commits -> Revision ebf3c87
Revision ebf3c87 by Bastien Montagne (master) March 13, 2020, 16:34 (GMT) |
Fix T74699: File browser closing while loading crash. Owner of filelisting job was changed, without proper update of all access/usages of that owner to reach the job, leading to failure of timer removal from the WM, and attempt to double-free the job... Caused by rB2c4dfbb00246ff. |
Commit Details:
Full Hash: ebf3c87912364296d6548a6e7b09da0deda81b66
Parent Commit: 5ad16e6
Lines Changed: +25, -27
7 Modified Paths:
/source/blender/editors/include/ED_fileselect.h (+6, -2) (Diff)
/source/blender/editors/space_file/filelist.c (+4, -4) (Diff)
/source/blender/editors/space_file/filelist.h (+2, -2) (Diff)
/source/blender/editors/space_file/filesel.c (+5, -6) (Diff)
/source/blender/editors/space_file/file_draw.c (+1, -2) (Diff)
/source/blender/editors/space_file/file_ops.c (+5, -9) (Diff)
/source/blender/editors/space_file/space_file.c (+2, -2) (Diff)
/source/blender/editors/space_file/filelist.c (+4, -4) (Diff)
/source/blender/editors/space_file/filelist.h (+2, -2) (Diff)
/source/blender/editors/space_file/filesel.c (+5, -6) (Diff)
/source/blender/editors/space_file/file_draw.c (+1, -2) (Diff)
/source/blender/editors/space_file/file_ops.c (+5, -9) (Diff)
/source/blender/editors/space_file/space_file.c (+2, -2) (Diff)