diff options
Diffstat (limited to 'src/mesa')
| -rw-r--r-- | src/mesa/shader/slang/slang_compile_operation.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/mesa/shader/slang/slang_compile_operation.c b/src/mesa/shader/slang/slang_compile_operation.c index 3e2bdbc91f..be73094ca0 100644 --- a/src/mesa/shader/slang/slang_compile_operation.c +++ b/src/mesa/shader/slang/slang_compile_operation.c @@ -52,6 +52,7 @@ slang_operation_construct(slang_operation * oper)     _slang_variable_scope_ctr(oper->locals);     oper->fun = NULL;     oper->var = NULL; +   oper->label = NULL;     return GL_TRUE;  } | 
