diff src/frame-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 01c57eb70ae9
children 91d4c8c65a0f
line wrap: on
line diff
--- a/src/frame-gtk.c	Mon Sep 29 21:53:04 2003 +0000
+++ b/src/frame-gtk.c	Tue Sep 30 15:27:01 2003 +0000
@@ -1304,8 +1304,8 @@
     gtk_widget_destroy (w);
 
     if (FRAME_GTK_GEOM_FREE_ME_PLEASE (f))
-	xfree (FRAME_GTK_GEOM_FREE_ME_PLEASE (f));
-    xfree (f->frame_data);
+	xfree (FRAME_GTK_GEOM_FREE_ME_PLEASE (f), char *);
+    xfree (f->frame_data, void *);
     f->frame_data = 0;
 }