comparison src/device-x.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 9fc738581a9d
children da8cdcec6dff
comparison
equal deleted inserted replaced
1725:7ff8f4d70aec 1726:a8d8f419b459
876 /************************************************************************/ 876 /************************************************************************/
877 877
878 static void 878 static void
879 free_x_device_struct (struct device *d) 879 free_x_device_struct (struct device *d)
880 { 880 {
881 xfree (d->device_data); 881 xfree (d->device_data, void *);
882 } 882 }
883 883
884 static void 884 static void
885 x_delete_device (struct device *d) 885 x_delete_device (struct device *d)
886 { 886 {