missing reply frees

SVN revision: 25685
This commit is contained in:
doursse 2006-09-10 09:35:24 +00:00 committed by doursse
parent 1dd49d32b7
commit 1f19215c72
1 changed files with 2 additions and 0 deletions

View File

@ -207,6 +207,7 @@ evas_software_xcb_x_output_buffer_free(Xcb_Output_Buffer *xcbob,
reply = XCBGetInputFocusReply(xcbob->connection,
XCBGetInputFocusUnchecked(xcbob->connection),
NULL);
free(reply);
}
XCBShmDetach(xcbob->connection, xcbob->shm_info->shmseg);
XCBImageSHMDestroy(xcbob->image);
@ -245,6 +246,7 @@ evas_software_xcb_x_output_buffer_paste(Xcb_Output_Buffer *xcbob,
reply = XCBGetInputFocusReply(xcbob->connection,
XCBGetInputFocusUnchecked(xcbob->connection),
NULL);
free(reply);
}
}
else