Blender Git Commit Log
Git Commits -> Revision 4389067
Revision 4389067 by Julian Eisel (master) September 30, 2021, 14:39 (GMT) |
Fix possible use-after-free in drag-drop handling logic Would happen when there were multiple drag items in parallel. There was a listbase constructed with twice the same item, even though that item would be deleted after it was handled the first time. |
Commit Details:
Full Hash: 4389067929d9a57923b7a85ec29b8ca9633fef29
Parent Commit: 4ee2d9d
Lines Changed: +3, -2
1 Modified Path:
/source/blender/windowmanager/intern/wm_event_system.c (+3, -2) (Diff)