commit | 14660ccd599dc7bd6ecef17408bd76dc853f9b77 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Mon Oct 31 23:16:21 2011 -0700 |
committer | Dave Airlie <airlied@redhat.com> | Tue Nov 08 10:50:36 2011 +0000 |
tree | 98dde39f1a4110fd63b3690148c9294d8bf871d4 | |
parent | a08185a3eb658854b29c05bcbfac0f85038ffe9f [diff] |
drm/i915: Fix object refcount leak on mmappable size limit error path. I've been seeing memory leaks on my system in the form of large (300-400MB) GEM objects created by now-dead processes laying around clogging up memory. I usually notice when it gets to about 1.2GB of them. Hopefully this clears up the issue, but I just found this bug by inspection. Signed-off-by: Eric Anholt <eric@anholt.net> Cc: stable@kernel.org Signed-off-by: Keith Packard <keithp@keithp.com>