Index: programs/lbxproxy/os/connection.c =================================================================== RCS file: /cvs/xorg/xc/programs/lbxproxy/os/connection.c,v retrieving revision 1.2 diff -u -r1.2 connection.c --- programs/lbxproxy/os/connection.c 23 Apr 2004 19:54:35 -0000 1.2 +++ programs/lbxproxy/os/connection.c 9 Mar 2005 03:16:22 -0000 @@ -762,6 +762,8 @@ { OsCommPtr oc = (OsCommPtr)client->osPrivate; + if(!oc) + return; if (oc->output && oc->output->count) FlushClient(client, oc, (char *)NULL, 0); ConnectionTranslation[oc->fd] = 0;