comparison src/select-gtk.c @ 1726:a8d8f419b459

[xemacs-hg @ 2003-09-30 15:26:34 by james] Add type information to xfree to avoid alias creation.
author james
date Tue, 30 Sep 2003 15:27:01 +0000
parents 79c6ff3eef26
children 91d4c8c65a0f
comparison
equal deleted inserted replaced
1725:7ff8f4d70aec 1726:a8d8f419b459
210 /* #### is this right? */ 210 /* #### is this right? */
211 (unsigned int) size); 211 (unsigned int) size);
212 successful_p = Qt; 212 successful_p = Qt;
213 /* Tell x_selection_request_lisp_error() it's cool. */ 213 /* Tell x_selection_request_lisp_error() it's cool. */
214 cl->successful = TRUE; 214 cl->successful = TRUE;
215 xfree (data); 215 xfree (data, UChar_Binary *);
216 } 216 }
217 217
218 unbind_to (count); 218 unbind_to (count);
219 219
220 DONE_LABEL: 220 DONE_LABEL:
221 221
222 if (cl) xfree (cl); 222 if (cl)
223 xfree (cl, struct _selection_closure *);
223 224
224 UNGCPRO; 225 UNGCPRO;
225 226
226 /* Let random lisp code notice that the selection has been asked for. */ 227 /* Let random lisp code notice that the selection has been asked for. */
227 { 228 {