diff src/objects-msw.c @ 4982:3c3c1d139863

Automatic merge
author Ben Wing <ben@xemacs.org>
date Fri, 05 Feb 2010 11:25:00 -0600
parents 4aebb0131297 16112448d484
children 2eec7322eb7f d95c102a96d3
line wrap: on
line diff
--- a/src/objects-msw.c	Fri Feb 05 11:02:24 2010 -0600
+++ b/src/objects-msw.c	Fri Feb 05 11:25:00 2010 -0600
@@ -1376,7 +1376,7 @@
 {
   if (c->data)
     {
-      xfree (c->data, void *);
+      xfree (c->data);
       c->data = 0;
     }
 }
@@ -1904,7 +1904,7 @@
 	    DeleteObject (FONT_INSTANCE_MSWINDOWS_HFONT_I (f, i));
 	}
 
-      xfree (f->data, void *);
+      xfree (f->data);
       f->data = 0;
    }
 }