glsl: Initialize member a_obj of struct slang_operation.
authorVinson Lee <vlee@vmware.com>
Thu, 24 Dec 2009 02:00:06 +0000 (18:00 -0800)
committerVinson Lee <vlee@vmware.com>
Thu, 24 Dec 2009 02:00:06 +0000 (18:00 -0800)
src/mesa/shader/slang/slang_compile_operation.c

index be73094..3a15d9d 100644 (file)
@@ -46,6 +46,7 @@ slang_operation_construct(slang_operation * oper)
    oper->literal_size = 1;
    oper->array_constructor = GL_FALSE;
    oper->a_id = SLANG_ATOM_NULL;
+   oper->a_obj = SLANG_ATOM_NULL;
    oper->locals = _slang_variable_scope_new(NULL);
    if (oper->locals == NULL)
       return GL_FALSE;