]> git.eshelyaron.com Git - emacs.git/commit
Fix leak of event data on GTK+ 2.x
authorPo Lu <luangruo@yahoo.com>
Tue, 7 Jun 2022 04:59:37 +0000 (12:59 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 7 Jun 2022 04:59:37 +0000 (12:59 +0800)
commit192de232bfe1270421a97c37987f0f19ad66175c
tree32189745417752e79196d970da17b555aae9bc25
parentf6f5634378228bf170576d5fad691a9708e3023c
Fix leak of event data on GTK+ 2.x

* src/xterm.c (handle_one_xevent): Fix goto XI_OTHER for
valuator motion events generated on scroll bars.
src/xterm.c