Files
test/source/blender
Bastien Montagne 935e241fa6 Fix (unreported) crash when opening a file from splash screen when 'load UI' option is disabled.
Took me some time to figure out what was going on here... Was again that delayed button
callback stuff (`ui_apply_but_funcs_after()`), first calling button op, and then
its callback func.

Issue was that 'open file' op (through call to `WM_file_read()`) would clear
the splash screen (as more or less the entire 'dynamic' UI), but callback func of that splash
(`wm_block_splash_refreshmenu()`) would still try to access that freed menu's region.

So, root of the issue seems to be that setting context's wm/win/etc. would not clear
context's menu pointer (while clearing all other 'sub' pointers). I could not find
nor imagine any case where this behavior could be desired, so simply added nullification
of that pointer when setting context's wm/win/etc.

Note that crash was due to read-after-free, infuriating debug builds with asan,
but seems like release builds never actually crashed on it.
2016-02-23 16:38:47 +01:00
..
2016-01-04 14:20:48 +05:00
2016-02-20 15:28:25 +01:00
2016-01-28 00:30:50 -05:00
2016-01-04 14:20:48 +05:00
2016-01-04 14:20:48 +05:00
2016-02-23 12:01:16 +01:00
2016-01-21 09:42:17 +11:00
2016-02-23 09:44:54 +01:00
2016-01-04 14:20:48 +05:00