mirror of
https://github.com/X11Libre/xserver.git
synced 2026-03-24 18:54:38 +00:00
os: fix client privates leak
Minor leak here. Oops.
This commit is contained in:
committed by
Daniel Stone
parent
8f6961d385
commit
811675733e
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user