diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2004-08-14 14:28:11 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2004-08-14 14:28:11 +0000 |
commit | 21841f0ae5ca9b55ee23ecaa3513e91b6752aa16 (patch) | |
tree | e1b1fabb444d50c23a8461ab3839761756e1fb9b /src/mesa/shader/program.h | |
parent | f226191d52b98eab83a1761f48c88688a4a27408 (diff) |
fix some memory leaks (bug #1002030)
Diffstat (limited to 'src/mesa/shader/program.h')
-rw-r--r-- | src/mesa/shader/program.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/shader/program.h b/src/mesa/shader/program.h index f71b46f1f7..48e0901501 100644 --- a/src/mesa/shader/program.h +++ b/src/mesa/shader/program.h @@ -52,6 +52,9 @@ extern void _mesa_init_program(GLcontext *ctx); extern void +_mesa_free_program_data(GLcontext *ctx); + +extern void _mesa_set_program_error(GLcontext *ctx, GLint pos, const char *string); extern const GLubyte * |