Blender Git Loki
Git Commits -> Revision 94364be
Revision 94364be by Hans Goudey (master) October 19, 2020, 03:18 (GMT) |
Fix ASAN warning after recent cleanup rB78a5895c96 introduced a "use after scope" warning, where a buffer from a lower scope was used later. The solution is to only use one variable and store whether to use it more explicitely with a bool. |
Commit Details:
Full Hash: 94364be80adcc5432112f96ddc06528161a1ad43
Parent Commit: 48c484a
Lines Changed: +6, -6
1 Modified Path:
/source/blender/editors/screen/area.c (+6, -6) (Diff)