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:
Alexandre Julliard 2004-05-04 02:57:29 +00:00
parent 49f0dd3a2c
commit 9f986f9a99
1 changed files with 0 additions and 3 deletions

View File

@ -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();