diff src/device-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 b5df3737028a 8b2f75cecb89
line wrap: on
line diff
--- a/src/device-gtk.c	Fri Feb 05 11:02:24 2010 -0600
+++ b/src/device-gtk.c	Fri Feb 05 11:25:00 2010 -0600
@@ -260,7 +260,7 @@
 	for (ctr = 1; new_rc_files[ctr]; ctr++)
 	  free(new_rc_files[ctr]);
 
-	xfree (new_rc_files, gchar **);
+	xfree (new_rc_files);
       }
   }
 
@@ -356,7 +356,7 @@
 static void
 free_gtk_device_struct (struct device *d)
 {
-  xfree (d->device_data, void *);
+  xfree (d->device_data);
 }
 #endif /* not NEW_GC */