winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroy
authorMaarten Lankhorst <m.b.lankhorst@gmail.com>
Tue, 22 May 2012 10:25:55 +0000 (12:25 +0200)
committerMarek Olšák <maraeo@gmail.com>
Fri, 15 Jun 2012 01:01:23 +0000 (03:01 +0200)
commit6bb0151f1fd87b4e15f177c7122fc28fea29497e
tree03213d48bdd3b904a67eab56541ba28ae120be89
parentfc782bcbf04f036990f69b14e01304e1e6dc8fd1
winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroy

Fixes crash bug introduced with 210ddf0819b5 fd.o #49198
pthread_detach after a pthread_join is unneeded.

Signed-off-by: Maarten Lankhorst <m.b.lankhorst@gmail.com>
Signed-off-by: Marek Olšák <maraeo@gmail.com>
src/gallium/winsys/radeon/drm/radeon_drm_cs.c