diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2006-05-30 22:26:21 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2006-05-30 22:26:21 +0000 |
commit | 55ad3cc05510aa0db3cd080c710b3a6e1c96b100 (patch) | |
tree | eaf24f6191e26f0eb7f14354bf67c70ea138d1ae /docs/VERSIONS | |
parent | a8c4242395b1bce0eac2a20243e5289414a9f511 (diff) |
fix bug 7077 - mem leak
Diffstat (limited to 'docs/VERSIONS')
-rw-r--r-- | docs/VERSIONS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/VERSIONS b/docs/VERSIONS index 2a64a410dc..c363d6bba4 100644 --- a/docs/VERSIONS +++ b/docs/VERSIONS @@ -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) |