Blender Git Commit Log
Git Commits -> Revision 86b8c8a
Revision 86b8c8a by Bastien Montagne (master) April 26, 2016, 12:27 (GMT) |
Fix (unreported) possible freed memory usage when reloading a .blend file. Operator would call `WM_file_read()` directly whith G.main->name as filepath, which gets freed whith main during new reading of file... Now use a local copy instead. |
Commit Details:
Full Hash: 86b8c8a042ff118d4af461389ad081b71a9b12a8
Parent Commit: 2a63ef0
Lines Changed: +3, -1
1 Modified Path:
/source/blender/windowmanager/intern/wm_files.c (+3, -1) (Diff)