Don't close the current thread display on process exit, we don't close
the other ones anyway. Should avoid XRender error in metafile test.
This commit is contained in:
parent
49f0dd3a2c
commit
9f986f9a99
@ -443,9 +443,6 @@ static void process_detach(void)
|
||||
if(using_client_side_fonts)
|
||||
X11DRV_XRender_Finalize();
|
||||
|
||||
/* FIXME: should detach all threads */
|
||||
thread_detach();
|
||||
|
||||
/* cleanup GDI */
|
||||
X11DRV_GDI_Finalize();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user