summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2006-08-30 22:04:09 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2006-08-30 22:04:09 +0000
commit8a4366717a7856d7119a7203437653e1aaafedd5 (patch)
treefff4aa023cae998aef2ec957dbb9ae899910e722 /docs
parent6c06ce281aa7a7e20eab1934f573bc5c673d41cb (diff)
fix Xlib driver mem leaks
Diffstat (limited to 'docs')
-rw-r--r--docs/VERSIONS1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS
index 7092fa0d1d1..0ebcd1469c6 100644
--- a/docs/VERSIONS
+++ b/docs/VERSIONS
@@ -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