Fix some valgrind complaints

This commit is contained in:
Keith Whitwell
2005-05-10 18:08:25 +00:00
parent dbeea25bb8
commit c5f5055097
2 changed files with 4 additions and 4 deletions

View File

@@ -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;
}