summaryrefslogtreecommitdiff
path: root/src/mesa/shader
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-05-10 18:08:25 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-05-10 18:08:25 +0000
commitc5f5055097e8fa23e8ba8bd39b0d9b747148c996 (patch)
tree8e516b484125601be51979e455d1a5c1f2f36c4b /src/mesa/shader
parentdbeea25bb834479a29712100888c862348112018 (diff)
Fix some valgrind complaints
Diffstat (limited to 'src/mesa/shader')
-rw-r--r--src/mesa/shader/program.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/shader/program.c b/src/mesa/shader/program.c
index bc8bc1bcfa..a375805052 100644
--- a/src/mesa/shader/program.c
+++ b/src/mesa/shader/program.c
@@ -355,8 +355,6 @@ _mesa_free_parameter_list(struct program_parameter_list *paramList)
_mesa_free(paramList->Parameters);
_mesa_free(paramList->ParameterValues);
_mesa_free(paramList);
- paramList->Parameters = NULL;
- paramList->ParameterValues = NULL;
}