mirror of
https://gitlab.freedesktop.org/xorg/xserver.git
synced 2026-01-04 19:10:14 +01:00
Close well known connections in ServerAbort()
(cherry picked from commit d72cd753b9)
This commit is contained in:
parent
5d14e34541
commit
e63ef549bb
1 changed files with 1 additions and 0 deletions
1
os/log.c
1
os/log.c
|
|
@ -401,6 +401,7 @@ void AbortServer(void) __attribute__((noreturn));
|
|||
void
|
||||
AbortServer(void)
|
||||
{
|
||||
CloseWellKnownConnections();
|
||||
OsCleanup(TRUE);
|
||||
CloseDownDevices();
|
||||
AbortDDX();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue