fix bug 7077 - mem leak

This commit is contained in:
Brian Paul
2006-05-30 22:26:21 +00:00
parent a8c4242395
commit 55ad3cc055

View File

@@ -1490,3 +1490,4 @@ Mesa Version History
- fixed assorted bugs in texture compression paths
- fixed indirect rendering vertex array crashes (bug 6863)
- glDrawPixels GL_INDEX_OFFSET didn't always work
- fixed convolution memory leak (bug 7077)