]> git.eshelyaron.com Git - emacs.git/commit
Prevent crashes on macOS when fullscreen frame is deleted
authorDaniel Martín <mardani29@yahoo.es>
Sun, 18 Jun 2023 22:23:03 +0000 (00:23 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 21 Jun 2023 13:35:27 +0000 (16:35 +0300)
commita5c71cc2322bfcc9e611213a14ef4a83a7c61007
tree3955d682cae9aeaf744f6411c9c9257ff752babe
parent4302bc9b0f120491d1a5d20c3af250d01b40bf47
Prevent crashes on macOS when fullscreen frame is deleted

* src/nsterm.m (ns_free_frame_resources): Remove the frame's
window from the hierarchy.  (Bug#64147)
src/nsterm.m