]> git.eshelyaron.com Git - emacs.git/commitdiff
(popup_get_selection): Use xfree instead of free.
authorGerd Moellmann <gerd@gnu.org>
Sat, 5 Aug 2000 19:25:41 +0000 (19:25 +0000)
committerGerd Moellmann <gerd@gnu.org>
Sat, 5 Aug 2000 19:25:41 +0000 (19:25 +0000)
src/xmenu.c

index 8da7bf7b311a771b1ed4525c77f91d6eb8d8946d..9f5fd8b55aac65478f38922e5dccf450ca0f8c12 100644 (file)
@@ -1102,7 +1102,7 @@ popup_get_selection (initial_event, dpyinfo, id)
       queue_tmp = queue;
       XPutBackEvent (queue_tmp->event.xany.display, &queue_tmp->event);
       queue = queue_tmp->next;
-      free ((char *)queue_tmp);
+      xfree ((char *)queue_tmp);
       /* Cause these events to get read as soon as we UNBLOCK_INPUT.  */
       interrupt_input_pending = 1;
     }