free convolved image / fix mem leak (bug 7077)

This commit is contained in:
Brian Paul 2006-05-30 21:58:55 +00:00
parent 1d0fa45bc1
commit 8333012b56

View file

@ -356,6 +356,7 @@ read_rgba_pixels( GLcontext *ctx,
transferOps & IMAGE_POST_CONVOLUTION_BITS);
src += width * 4;
}
_mesa_free(convImage);
}
else {
/* no convolution */