From 0af29b19d609ed42cd4df780e1c21dcb978ab08c Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Tue, 24 Feb 2009 07:06:14 +0000 Subject: [PATCH] sync when needed SVN revision: 39171 --- .../evas/src/modules/engines/software_x11/evas_xcb_buffer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/legacy/evas/src/modules/engines/software_x11/evas_xcb_buffer.c b/legacy/evas/src/modules/engines/software_x11/evas_xcb_buffer.c index 39b63b250b..ece4da6a25 100644 --- a/legacy/evas/src/modules/engines/software_x11/evas_xcb_buffer.c +++ b/legacy/evas/src/modules/engines/software_x11/evas_xcb_buffer.c @@ -154,14 +154,14 @@ evas_software_xcb_x_output_buffer_new(xcb_connection_t *c, /* XErrorHandler ph; */ /* EventHandlers eh; */ - // free(xcb_get_input_focus_reply(c, xcb_get_input_focus_unchecked(c), NULL)); + free(xcb_get_input_focus_reply(c, xcb_get_input_focus_unchecked(c), NULL)); _xcb_err = 0; /* ph = XSetErrorHandler((XErrorHandler) */ /* x_output_tmp_x_err); */ xcb_shm_attach(c, xcbob->shm_info->shmseg, xcbob->shm_info->shmid, 0); - // free(xcb_get_input_focus_reply(c, xcb_get_input_focus_unchecked(c), NULL)); + free(xcb_get_input_focus_reply(c, xcb_get_input_focus_unchecked(c), NULL)); /* XSetErrorHandler((XErrorHandler)ph); */ if (!_xcb_err) {