From: Chris Wilson Date: Sun, 31 Jan 2010 10:40:48 +0000 (+0000) Subject: drm/i915: Fix leak of relocs along do_execbuffer error path X-Git-Tag: v2.6.33-rc7~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93533c291a0af78ca57115fc44d2e6c4c9517cd2;p=pandora-kernel.git 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 Signed-off-by: Eric Anholt --- Reading git-diff-tree failed