Blender Git Loki
Git Commits -> Revision bd4ed5c
Revision bd4ed5c by Hans Goudey (master) January 24, 2021, 00:38 (GMT) |
Fix "use after scope" reported by ASAN The float array is declared inside a smaller scope, pointed to, and then used later. This simply moves the declaration outside of the if statement. Also remove two redundant lines. |
Commit Details:
Full Hash: bd4ed5ca9ae2a7b0f6a00cc0c985404ab13cc5d6
Parent Commit: ded9484
Lines Changed: +1, -3
1 Modified Path:
/source/blender/editors/space_view3d/view3d_gizmo_navigate_type.c (+1, -3) (Diff)