]> git.eshelyaron.com Git - emacs.git/commit
Fix crash in ns_mouse_position (bug#44313)
authorAlan Third <alan@idiocy.org>
Sat, 31 Oct 2020 15:14:34 +0000 (15:14 +0000)
committerAlan Third <alan@idiocy.org>
Mon, 9 Nov 2020 14:49:52 +0000 (14:49 +0000)
commit18a7267c32a909bb26bd93d24543155aeb10e042
tree21354b30363c80f0126e8846f8289a6145ca20d0
parentb4ec9cf79c67c16096d93b4ed682d8e19278bab3
Fix crash in ns_mouse_position (bug#44313)

* src/nsterm.m (ns_destroy_window): Close the window before freeing
the frame resources so we don't end up accessing the frame struct
after it's been freed.
src/nsterm.m