Blender Git Loki
Git Commits -> Revision b5ea3d2
Revision b5ea3d2 by Julian Eisel (master) October 6, 2021, 09:24 (GMT) |
Fix possible use-after-free when cancelling temporary rename button If a renaming button was removed via `UI_but_active_only_ex()` and that button was placed using the layout system, the button was still in the layout. So far this didn't cause issues, because all cases where the button may be removed were not using the layout system. |
Commit Details:
Full Hash: b5ea3d2c09c5df49ed783dabdc83820c55effdd2
Parent Commit: ca0450f
Lines Changed: +37, -9