commit | b65552f06ca866f587a0a50d1f4dbdd3a00ec532 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Sun Jun 12 20:53:44 2011 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Tue Jun 14 11:00:54 2011 +1000 |
tree | 081841bdd06757d84e3990a02b24777c11431348 | |
parent | a27bb4b209dd6c327fa4e7185f2487f9508a58db [diff] |
drm/i915: Don't leak in i915_gem_shmem_pread_slow() It seems to me that we are leaking 'user_pages' in drivers/gpu/drm/i915/i915_gem.c::i915_gem_shmem_pread_slow() if read_cache_page_gfp() fails. Signed-off-by: Jesper Juhl <jj@chaosbits.net> Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>