diff options
author | Christopher James Halse Rogers <[email protected]> | 2013-02-16 16:39:07 +1100 |
---|---|---|
committer | Paul Berry <[email protected]> | 2013-02-16 08:11:14 -0800 |
commit | dd599188d2868838541859a76800a8420958d358 (patch) | |
tree | b5d3cde99f2c68dee79e93ad87c4069fb924d7eb /src/mesa/drivers/Makefile.am | |
parent | f1ab67c13ab97f19c08d99c6ba101edc7d7b80e6 (diff) |
i965: Fix leak in blorp CopyTexSubImage2D
_mesa_delete_renderbuffer does not call the driver-specific
renderbuffer delete function, so the blorp code was leaking the
Intel-specific bits, including some GEM objects.
Call the renderbuffer's ->Delete() method instead, which does the
right thing.
Fixes Unity rapidly sending the machine into the arms of the OOM-killer
Note: This is a candidate for the 9.1 branch.
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa/drivers/Makefile.am')
0 files changed, 0 insertions, 0 deletions