projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d539c69
)
glsl: Regenerate for double destroy fix.
author
Eric Anholt
<eric@anholt.net>
Fri, 27 Aug 2010 22:24:23 +0000
(15:24 -0700)
committer
Eric Anholt
<eric@anholt.net>
Fri, 27 Aug 2010 22:25:06 +0000
(15:25 -0700)
src/glsl/builtin_function.cpp
patch
|
blob
|
history
diff --git
a/src/glsl/builtin_function.cpp
b/src/glsl/builtin_function.cpp
index 292ac428ba96f867ad3b1a462c8e168c769f5a87..975e092807f1f2a0a4669a1941a4c65352631f7f 100644
(file)
--- a/
src/glsl/builtin_function.cpp
+++ b/
src/glsl/builtin_function.cpp
@@
-16766,6
+16766,7
@@
void
_mesa_glsl_release_functions(void)
{
talloc_free(builtin_mem_ctx);
+ builtin_mem_ctx = NULL;
}
void