Blender Git Commit Log

Git Commits -> Revision 6e4ab5b

Revision 6e4ab5b by Campbell Barton (master)
October 15, 2021, 14:13 (GMT)
Fix crash handling tool-keymap events

There was a rare crash in WM_event_get_keymap_from_toolsystem_fallback
when wm->winactive was NULL.

This could happen when the event was handled
immediately after closing a window.

Commit Details:

Full Hash: 6e4ab5b761b03b52177985ecbeb2c2f576159c74
Parent Commit: d4f1bc5
Lines Changed: +86, -32

4 Modified Paths:

/source/blender/editors/interface/interface_template_search_menu.c (+1, -1) (Diff)
/source/blender/windowmanager/intern/wm_event_system.c (+24, -16) (Diff)
/source/blender/windowmanager/intern/wm_keymap.c (+56, -15) (Diff)
/source/blender/windowmanager/WM_api.h (+5, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021