r600g: fixed bo memory leak issue
authorPierre-Eric Pelloux-Prayer <pelloux@gmail.com>
Fri, 10 Jun 2011 11:57:21 +0000 (13:57 +0200)
committerAlex Deucher <alexdeucher@gmail.com>
Mon, 13 Jun 2011 14:47:07 +0000 (10:47 -0400)
commitb19d86701eb6b04a0b7bcf43af06c4ce4fc30299
tree976374ce9e449c7dbc6ea121f2045d8fbcb237d7
parent77b7e1b58fcc4823b6b1f4fa4296c810db218f8a
r600g: fixed bo memory leak issue

pipe_resource_reference call was miossing, thus creating massive memory under certain conditions.
Fix : https://bugs.freedesktop.org/show_bug.cgi?id=37168
src/gallium/drivers/r600/r600_translate.c