xserver: Branch 'master'

Matthieu Herrb herrb at kemper.freedesktop.org
Tue Oct 21 13:36:43 PDT 2008


 os/log.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit d72cd753b99fae147ef4c189700fc697f1ea7fb0
Author: Matthieu Herrb <matthieu.herrb at laas.fr>
Date:   Tue Oct 21 22:32:57 2008 +0200

    Close well known connections in ServerAbort()

diff --git a/os/log.c b/os/log.c
index 9b0a77f..97b98f0 100644
--- a/os/log.c
+++ b/os/log.c
@@ -401,6 +401,7 @@ void AbortServer(void) __attribute__((noreturn));
 void
 AbortServer(void)
 {
+    CloseWellKnownConnections();
     OsCleanup(TRUE);
     CloseDownDevices();
     AbortDDX();


More information about the xorg-commit mailing list