From: Brian Paul Date: Tue, 30 May 2006 22:26:21 +0000 (+0000) Subject: fix bug 7077 - mem leak X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=55ad3cc05510aa0db3cd080c710b3a6e1c96b100;p=mesa.git fix bug 7077 - mem leak --- diff --git a/docs/VERSIONS b/docs/VERSIONS index 2a64a410dc6..c363d6bba44 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)