Skip to content
Snippets Groups Projects
Commit 9f986f9a authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

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
Branches
Tags
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment