Skip to content

AST-1075 Avoid using dangling pointers

Mark de Wever requested to merge ast-1075-avoid-dangling-pointer-usage into master

Before the code used a pointer to a local variable that was out of scope and thus UB.

Merge request reports