]> git.eshelyaron.com Git - emacs.git/commit
Fix leak of saved menu event and output data
authorPo Lu <luangruo@yahoo.com>
Tue, 22 Mar 2022 00:39:55 +0000 (08:39 +0800)
committerPo Lu <luangruo@yahoo.com>
Tue, 22 Mar 2022 00:39:55 +0000 (08:39 +0800)
commitdf5fb5fafab73c96e06f139a883274c5f0660401
tree307d8ec4dbdba4166a47b160c367bda9602fad9b
parent63a33c3057321a4d2fddbbfe34e11e87ef99b6ad
Fix leak of saved menu event and output data

* src/xterm.c (x_destroy_window, x_free_frame_resources): Free
output data and saved menu event even if display is closed.
src/xterm.c