commit | 93533c291a0af78ca57115fc44d2e6c4c9517cd2 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Sun Jan 31 10:40:48 2010 +0000 |
committer | Eric Anholt <eric@anholt.net> | Thu Feb 04 09:04:01 2010 -0800 |
tree | b3b0bf319cc00cee85cc005174b6b83f609bdaf7 | |
parent | 67026e03244d76b8f1fa725b079d4182fe8910aa [diff] |
drm/i915: Fix leak of relocs along do_execbuffer error path Following a gpu hang, we would leak the relocation buffer. So simply earrange the error path to always free the relocation buffer. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net>