sync when needed
authorcaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 24 Feb 2009 07:06:14 +0000 (07:06 +0000)
committercaro <caro@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Tue, 24 Feb 2009 07:06:14 +0000 (07:06 +0000)
git-svn-id: http://svn.enlightenment.org/svn/e/trunk/evas@39171 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33

src/modules/engines/software_x11/evas_xcb_buffer.c

index 39b63b2..ece4da6 100644 (file)
@@ -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)
                              {