Delete the randr version reply

Signed-off-by: Uli Schlachter <psychon@znc.in>
This commit is contained in:
Uli Schlachter 2010-09-18 16:01:44 +02:00
parent 49b4573bc8
commit 87d869fdeb
1 changed files with 2 additions and 0 deletions

View File

@ -92,6 +92,8 @@ screen_scan_randr(void)
xcb_randr_query_version(globalconf.connection, 1, 1), 0); xcb_randr_query_version(globalconf.connection, 1, 1), 0);
if(version_reply) if(version_reply)
{ {
p_delete(&version_reply);
/* A quick XRandR recall: /* A quick XRandR recall:
* You have CRTC that manages a part of a SCREEN. * You have CRTC that manages a part of a SCREEN.
* Each CRTC can draw stuff on one or more OUTPUT. */ * Each CRTC can draw stuff on one or more OUTPUT. */