fix Xlib driver mem leaks

This commit is contained in:
Brian Paul 2006-08-30 22:04:09 +00:00
parent 6c06ce281a
commit 8a4366717a
1 changed files with 1 additions and 0 deletions

View File

@ -1511,3 +1511,4 @@ Mesa Version History
- max fragment program length was incorrectly 128, now 1024
- writes to result.depth in fragment programs weren't clamped to [0,1]
- fixed potential dangling pointer bug in glBindProgram()
- fixed some memory leaks (and potential crashes) in Xlib driver