Mercurial > hg > xemacs-beta
diff src/select-gtk.c @ 4982:3c3c1d139863
Automatic merge
author | Ben Wing <ben@xemacs.org> |
---|---|
date | Fri, 05 Feb 2010 11:25:00 -0600 |
parents | 4aebb0131297 16112448d484 |
children | 358aa3bb603f |
line wrap: on
line diff
--- a/src/select-gtk.c Fri Feb 05 11:02:24 2010 -0600 +++ b/src/select-gtk.c Fri Feb 05 11:25:00 2010 -0600 @@ -213,7 +213,7 @@ successful_p = Qt; /* Tell x_selection_request_lisp_error() it's cool. */ cl->successful = TRUE; - xfree (data, Rawbyte *); + xfree (data); } unbind_to (count); @@ -221,7 +221,7 @@ DONE_LABEL: if (cl) - xfree (cl, struct _selection_closure *); + xfree (cl); UNGCPRO;