mesa: Free the util shaders with the gallium's FREE.

This commit is contained in:
José Fonseca
2009-02-19 13:02:47 +00:00
parent b9c5e41688
commit 85b0c171c0
5 changed files with 15 additions and 3 deletions

View File

@@ -60,6 +60,10 @@ util_make_fragment_passthrough_shader(struct pipe_context *pipe,
struct pipe_shader_state *shader);
extern void
util_free_shader(struct pipe_shader_state *shader);
#ifdef __cplusplus
}
#endif