]> git.eshelyaron.com Git - emacs.git/commit
Fix segfault on closing frame with tooltip (Bug#41239)
authorNoam Postavsky <npostavs@gmail.com>
Mon, 25 May 2020 00:14:48 +0000 (20:14 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 25 May 2020 00:14:48 +0000 (20:14 -0400)
commit3b65fb7658c2717457c033c6704cf3b007804226
tree69d22243585d968bc85f92c5d31fd1c860534e3e
parent104b68b670eb6de6614c562ae6b18c009b20584f
Fix segfault on closing frame with tooltip (Bug#41239)

* src/gtkutil.c (xg_free_frame_widgets): Empty and unreference the
tooltip widget before destroying its label.
src/gtkutil.c