ralloc: use rzalloc where it's necessary
[mesa.git] / src / compiler / glsl / glsl_parser_extras.h
index 5bdebf684bb28e98a403b9149dbd121a4092f9f7..e50d08ad38cb0d9cc318a1bedfffc3999a3303b6 100644 (file)
@@ -76,7 +76,7 @@ struct _mesa_glsl_parse_state {
    _mesa_glsl_parse_state(struct gl_context *_ctx, gl_shader_stage stage,
                           void *mem_ctx);
 
-   DECLARE_RALLOC_CXX_OPERATORS(_mesa_glsl_parse_state);
+   DECLARE_RZALLOC_CXX_OPERATORS(_mesa_glsl_parse_state);
 
    /**
     * Generate a string representing the GLSL version currently being compiled