diff options
Diffstat (limited to 'randr/rrscreen.c')
-rw-r--r-- | randr/rrscreen.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/randr/rrscreen.c b/randr/rrscreen.c index a2a0f36a6..f58e6578a 100644 --- a/randr/rrscreen.c +++ b/randr/rrscreen.c @@ -951,8 +951,7 @@ ProcRRSetScreenConfig (ClientPtr client) sendReply: - if (pData) - free(pData); + free(pData); rep.type = X_Reply; /* rep.status has already been filled in */ |