mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 05:08:08 +02:00
free convolved image / fix mem leak (bug 7077)
This commit is contained in:
parent
1d0fa45bc1
commit
8333012b56
1 changed files with 1 additions and 0 deletions
|
|
@ -356,6 +356,7 @@ read_rgba_pixels( GLcontext *ctx,
|
|||
transferOps & IMAGE_POST_CONVOLUTION_BITS);
|
||||
src += width * 4;
|
||||
}
|
||||
_mesa_free(convImage);
|
||||
}
|
||||
else {
|
||||
/* no convolution */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue