emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/oldXMenu/XMakeAssoc.c, v [EMACS_22_BASE]


From: Glenn Morris
Subject: [Emacs-diffs] Changes to emacs/oldXMenu/XMakeAssoc.c, v [EMACS_22_BASE]
Date: Wed, 30 May 2007 04:57:14 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Glenn Morris <gm>       07/05/30 04:57:14

Index: XMakeAssoc.c
===================================================================
RCS file: /sources/emacs/emacs/oldXMenu/XMakeAssoc.c,v
retrieving revision 1.10
retrieving revision 1.10.2.1
diff -u -b -r1.10 -r1.10.2.1
--- XMakeAssoc.c        27 Feb 2007 03:04:22 -0000      1.10
+++ XMakeAssoc.c        30 May 2007 04:57:13 -0000      1.10.2.1
@@ -81,7 +81,7 @@
        /* If we are here then the new entry should be inserted just */
        /* before the current value of "Entry". */
        /* Create a new XAssoc and load it with new provided data. */
-       new_entry = (XAssoc *) xmalloc(sizeof(XAssoc));
+       new_entry = (XAssoc *) malloc(sizeof(XAssoc));
        new_entry->display = dpy;
        new_entry->x_id = x_id;
        new_entry->data = data;




reply via email to

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