diff --git a/dix/property.c b/dix/property.c index 3eca8615a..2ac00c244 100644 --- a/dix/property.c +++ b/dix/property.c @@ -616,8 +616,8 @@ ProcListProperties(ClientPtr client) if (numProps) { client->pSwapReplyFunc = (ReplySwapPtr) Swap32Write; WriteSwappedDataToClient(client, numProps * sizeof(Atom), pAtoms); - free(pAtoms); } + free(pAtoms); return Success; }