]> git.eshelyaron.com Git - emacs.git/commit
Satisfy Valgrind when iconifying frames
authorPo Lu <luangruo@yahoo.com>
Thu, 19 May 2022 05:50:39 +0000 (13:50 +0800)
committerPo Lu <luangruo@yahoo.com>
Thu, 19 May 2022 05:50:39 +0000 (13:50 +0800)
commitb1ed3e49d6a67b233f4b9937c4b99c002fb30dbb
treef08cb112cce42e3fb7a0e8aab871c26ae181bf0a
parent4dfaefcffc987400a317b5ccf0c9bf00f7c84134
Satisfy Valgrind when iconifying frames

* src/xterm.c (x_iconify_frame): Set the rest of data in the
WM_CHANGE_STATE message to 0 instead of leaving it
uninitialized.
src/xterm.c