Commit 9f986f9a authored by Alexandre Julliard's avatar Alexandre Julliard

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.
parent 49f0dd3a
......@@ -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();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment