emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/gtkutil.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/gtkutil.c
Date: Mon, 20 Feb 2006 01:14:07 +0000

Index: emacs/src/gtkutil.c
diff -u emacs/src/gtkutil.c:1.82 emacs/src/gtkutil.c:1.83
--- emacs/src/gtkutil.c:1.82    Wed Feb 15 09:45:31 2006
+++ emacs/src/gtkutil.c Mon Feb 20 01:14:07 2006
@@ -199,7 +199,7 @@
     }
   else
     {
-      wv = (widget_value *) malloc (sizeof (widget_value));
+      wv = (widget_value *) xmalloc (sizeof (widget_value));
       malloc_cpt++;
     }
   memset (wv, 0, sizeof (widget_value));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]