fix some memory leaks (bug #1002030)

This commit is contained in:
Brian Paul
2004-08-14 14:28:11 +00:00
parent f226191d52
commit 21841f0ae5
6 changed files with 101 additions and 42 deletions

View File

@@ -51,6 +51,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);