]> code.delx.au - gnu-emacs/blobdiff - oldXMenu/XMakeAssoc.c
Ulrich Mueller <ulm at gentoo.org> (tiny change)
[gnu-emacs] / oldXMenu / XMakeAssoc.c
index d443084ac13089d1dc5f0fe1e23c46b73ab6346f..cf039c8f3c1f3f206be3e3ea2223219e4239d778 100644 (file)
@@ -81,7 +81,7 @@ XMakeAssoc(dpy, table, x_id, data)
        /* 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;