commit | 8d59bae5d9aae10ab230561519bfb97962509bcb | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Wed Feb 11 14:26:28 2009 +0000 |
committer | Dave Airlie <airlied@redhat.com> | Fri Feb 20 12:21:10 2009 +1000 |
tree | 0be3a5e9cbb512e6ec933a8e74f59958c7ee8018 | |
parent | a35f2e2b83a789e189a501ebd722bc9a1310eb05 [diff] |
drm: Do not leak a new reference for flink() on an existing name The name table should only hold a single reference, so avoid leaking additional references for secondary calls to flink(). Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Eric Anholt <eric@anholt.net> Signed-off-by: Dave Airlie <airlied@linux.ie>