From 9f986f9a99eaa7e5c914abe21230b6b177b63ca0 Mon Sep 17 00:00:00 2001 From: Alexandre Julliard Date: Tue, 4 May 2004 02:57:29 +0000 Subject: [PATCH] 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. --- dlls/x11drv/x11drv_main.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/dlls/x11drv/x11drv_main.c b/dlls/x11drv/x11drv_main.c index f364ba82e3..7d00952011 100644 --- a/dlls/x11drv/x11drv_main.c +++ b/dlls/x11drv/x11drv_main.c @@ -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(); -- 2.32.0.93.g670b81a890