drm/ttm: Fix a sync object leak.
authorThomas Hellstrom <thellstrom@vmware.com>
Mon, 3 Aug 2009 10:39:06 +0000 (12:39 +0200)
committerDave Airlie <airlied@redhat.com>
Tue, 4 Aug 2009 03:41:05 +0000 (13:41 +1000)
If there are multiple simultaneous waiters for the same buffer object,
a temporary reference to its sync object may be leaked.

Signed-off-by: Thomas Hellstrom <thellstrom@vmware.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found