]> git.eshelyaron.com Git - emacs.git/commit
Check for allocation errors when setting XdndActionDescription
authorPo Lu <luangruo@yahoo.com>
Fri, 20 May 2022 12:03:05 +0000 (20:03 +0800)
committerPo Lu <luangruo@yahoo.com>
Fri, 20 May 2022 12:08:31 +0000 (20:08 +0800)
commit8db0acb0f06ca35c366d896341147f616c048c25
tree5d60e4a763a8fbf705682dc4ec43ca67ee3474e0
parente04cc584a8e0da7f80415397efc1c9a11efae4ff
Check for allocation errors when setting XdndActionDescription

* src/xterm.c (x_dnd_begin_drag_and_drop): Check for BadAlloc
when setting action descriptions.
src/xterm.c