diff options
author | Michal Krol <[email protected]> | 2009-06-19 12:02:28 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2009-09-07 10:11:45 +0200 |
commit | fd991d845a5f639b9b675a4840ad234c151d56b4 (patch) | |
tree | 46a786562e309631fcdcb3e5ffaec820a4b4baef /src/glsl/pp/sl_pp_context.c | |
parent | 3ce5e668180748e2eccd1a8d3931ab98c2919df3 (diff) |
glsl: Parse define directive in preprocessor.
Diffstat (limited to 'src/glsl/pp/sl_pp_context.c')
-rw-r--r-- | src/glsl/pp/sl_pp_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/glsl/pp/sl_pp_context.c b/src/glsl/pp/sl_pp_context.c index 71712de1fe2..8722376ae52 100644 --- a/src/glsl/pp/sl_pp_context.c +++ b/src/glsl/pp/sl_pp_context.c @@ -39,6 +39,7 @@ void sl_pp_context_destroy(struct sl_pp_context *context) { free(context->cstr_pool); + sl_pp_macro_free(context->macro); } int |