os: fix client privates leak

Minor leak here.  Oops.
This commit is contained in:
Daniel Stone 2007-02-15 19:09:00 +02:00 committed by Daniel Stone
parent 8f6961d385
commit 811675733e

View File

@ -1066,6 +1066,8 @@ CloseDownConnection(ClientPtr client)
XdmcpCloseDisplay(oc->fd);
#endif
CloseDownFileDescriptor(oc);
FreeOsBuffers(oc);
xfree(client->osPrivate);
client->osPrivate = (pointer)NULL;
if (auditTrailLevel > 1)
AuditF("client %d disconnected\n", client->index);