changeset 51574:188c4e671116

(handle_tool_bar_click): Don't pass uninitialized data to kbd_buffer_store_event.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 15 Jun 2003 21:16:11 +0000
parents 861a49cd70cf
children 45724e359a61
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Sun Jun 15 21:05:34 2003 +0000
+++ b/src/xdisp.c	Sun Jun 15 21:16:11 2003 +0000
@@ -8737,6 +8737,7 @@
     {
       Lisp_Object key, frame;
       struct input_event event;
+      EVENT_INIT (event);
 
       /* Show item in released state.  */
       show_mouse_face (dpyinfo, DRAW_IMAGE_RAISED);