]> git.eshelyaron.com Git - emacs.git/commit
Fix potential crash with fast mouse position enabled
authorPo Lu <luangruo@yahoo.com>
Tue, 3 Jan 2023 07:12:39 +0000 (15:12 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 3 Jan 2023 07:13:08 +0000 (15:13 +0800)
commitb5b6159d036fd167c6cab21532c2fdd587051d28
treedbb2e473f4b401cce738e1ccb4b31cb5841f0dac
parent55e41707ea727ea4b5c4d3c85f68b62e32dcdfb5
Fix potential crash with fast mouse position enabled

* src/xterm.c (x_free_frame_resources): Clear
last_mouse_motion_frame and last_mouse_frame if required.
src/xterm.c