Enlightenment CVS committal Author : doursse Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/software_xcb Modified Files: evas_xcb_buffer.c Log Message: missing reply frees =================================================================== RCS file: /cvs/e/e17/libs/evas/src/modules/engines/software_xcb/evas_xcb_buffer.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -3 -r1.5 -r1.6 --- evas_xcb_buffer.c 9 Sep 2006 08:10:24 -0000 1.5 +++ evas_xcb_buffer.c 10 Sep 2006 09:35:24 -0000 1.6 @@ -207,6 +207,7 @@ reply = XCBGetInputFocusReply(xcbob->connection, XCBGetInputFocusUnchecked(xcbob->connection), NULL); + free(reply); } XCBShmDetach(xcbob->connection, xcbob->shm_info->shmseg); XCBImageSHMDestroy(xcbob->image); @@ -245,6 +246,7 @@ reply = XCBGetInputFocusReply(xcbob->connection, XCBGetInputFocusUnchecked(xcbob->connection), NULL); + free(reply); } } else ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs