]> git.eshelyaron.com Git - emacs.git/commit
Fix thread memory management under NS
authorAlan Third <alan@idiocy.org>
Tue, 22 Jun 2021 20:46:02 +0000 (21:46 +0100)
committerAlan Third <alan@idiocy.org>
Sun, 4 Jul 2021 10:36:17 +0000 (11:36 +0100)
commit604133ee62b7475f5aa88bd0b2ad9f81145f4ec5
tree67d4630598e36fed8334cd97fd49d763a01b36d4
parent7a13ddfda0b52d17d845ad390faa3c16005ef453
Fix thread memory management under NS

* src/thread.c (run_thread): Allocate an autorelease pool so that any
autoreleased Objective C objects are correctly released.
src/thread.c