drm/i915: Fix refleak during eviction.
authorChris Wilson <chris@chris-wilson.co.uk>
Wed, 29 Sep 2010 21:23:05 +0000 (22:23 +0100)
committerChris Wilson <chris@chris-wilson.co.uk>
Fri, 1 Oct 2010 09:03:16 +0000 (10:03 +0100)
Now that we hold onto a reference whilst evicting objects, we need to
be sure that we drop all the references taken -- even on the error
paths.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>

No differences found