glsl: Initialize member label of struct slang_operation to NULL.

This commit is contained in:
Vinson Lee
2009-12-12 18:42:18 -08:00
parent f8d4ac56f7
commit cd1a09e3bb
@@ -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;
}