Commit 27441a91 authored by Alexandre Julliard's avatar Alexandre Julliard

XCloseIM sometimes crashes in Xlib, don't call it.

parent bda34eaa
......@@ -370,7 +370,7 @@ static void thread_detach(void)
CloseHandle( data->display_fd );
wine_tsx11_lock();
XCloseDisplay( data->display );
if (data->xim) XCloseIM( data->xim );
/* if (data->xim) XCloseIM( data->xim ); */ /* crashes Xlib */
wine_tsx11_unlock();
HeapFree( GetProcessHeap(), 0, data );
}
......
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