changeset 61620:8449711f0c1c

(Fx_popup_menu): Initialize error_name to NULL.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Mon, 18 Apr 2005 09:38:46 +0000
parents 489414dfb069
children fb3037e93cb1
files src/xmenu.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xmenu.c	Mon Apr 18 09:36:06 2005 +0000
+++ b/src/xmenu.c	Mon Apr 18 09:38:46 2005 +0000
@@ -771,7 +771,7 @@
   Lisp_Object keymap, tem;
   int xpos = 0, ypos = 0;
   Lisp_Object title;
-  char *error_name;
+  char *error_name = NULL;
   Lisp_Object selection;
   FRAME_PTR f = NULL;
   Lisp_Object x, y, window;