]> git.eshelyaron.com Git - emacs.git/commit
Fix use-after-free in x_destroy_window
authorPo Lu <luangruo@yahoo.com>
Sun, 22 May 2022 05:13:01 +0000 (13:13 +0800)
committerPo Lu <luangruo@yahoo.com>
Sun, 22 May 2022 05:13:01 +0000 (13:13 +0800)
commitd52749202f690a50f832c25ddd80929d175e67b4
tree78277e94fcf2bc5961790173e1509fd219cb68c2
parent67685de75c2223443db892695cbc0af283839db6
Fix use-after-free in x_destroy_window

* src/xterm.c (x_destroy_window): Fix use after free of the
dpyinfo.
src/xterm.c