From 87d869fdeb2671e2faa1caebd37831249aa0e456 Mon Sep 17 00:00:00 2001 From: Uli Schlachter Date: Sat, 18 Sep 2010 16:01:44 +0200 Subject: [PATCH] Delete the randr version reply Signed-off-by: Uli Schlachter --- screen.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/screen.c b/screen.c index 75475305..09203953 100644 --- a/screen.c +++ b/screen.c @@ -92,6 +92,8 @@ screen_scan_randr(void) xcb_randr_query_version(globalconf.connection, 1, 1), 0); if(version_reply) { + p_delete(&version_reply); + /* A quick XRandR recall: * You have CRTC that manages a part of a SCREEN. * Each CRTC can draw stuff on one or more OUTPUT. */