]> git.eshelyaron.com Git - emacs.git/commit
Fix crash destroying NS frame tool bar
authorPo Lu <luangruo@yahoo.com>
Sat, 29 Oct 2022 10:21:09 +0000 (18:21 +0800)
committerPo Lu <luangruo@yahoo.com>
Sat, 29 Oct 2022 10:22:28 +0000 (18:22 +0800)
commit6f3d8ec4f5f4107e2a14a0bd154b61e05a4586c7
tree66a7924df08bf5b70a742ab17cf5e83f1e0230f3
parentdfde4fc82b1b11f19edaf795ce62e8d5ff25f9ff
Fix crash destroying NS frame tool bar

* src/nsterm.m (ns_draw_glyphless_glyph_string_foreground): Work
around silly GCC bug causing splurious warnings.
([EmacsWindow dealloc]): Detach tool bar before dealloc'ing
window.  (bug#58857)
src/nsterm.m