glsl_type: Add _mesa_glsl_release_types to release all type related storage

This commit is contained in:
Ian Romanick
2010-06-28 13:17:18 -07:00
parent e1374d48de
commit efc15f862b
3 changed files with 33 additions and 2 deletions
+1
View File
@@ -258,6 +258,7 @@ main(int argc, char **argv)
}
talloc_free(whole_program);
_mesa_glsl_release_types();
return status;
}