diff src/frame-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 d0c14ea98592 b5df3737028a
line wrap: on
line diff
--- a/src/frame-gtk.c	Fri Feb 05 11:02:24 2010 -0600
+++ b/src/frame-gtk.c	Fri Feb 05 11:25:00 2010 -0600
@@ -1354,9 +1354,9 @@
     gtk_widget_destroy (w);
 
     if (FRAME_GTK_GEOM_FREE_ME_PLEASE (f))
-	xfree (FRAME_GTK_GEOM_FREE_ME_PLEASE (f), char *);
+	xfree (FRAME_GTK_GEOM_FREE_ME_PLEASE (f));
 #ifndef NEW_GC
-    xfree (f->frame_data, void *);
+    xfree (f->frame_data);
 #endif /* not NEW_GC */
     f->frame_data = 0;
 }