]> git.eshelyaron.com Git - emacs.git/commit
Simplify Objective C autorelease pool handling
authorAlan Third <alan@idiocy.org>
Mon, 9 Oct 2023 21:21:05 +0000 (22:21 +0100)
committerAlan Third <alan@idiocy.org>
Sat, 30 Dec 2023 11:24:12 +0000 (11:24 +0000)
commit66656bf5f86c7623072a08fa3f29ba9c879d3f6d
treedbcc2ce5b41499755300b8b3e31b5a80f8503335
parentf3dec3439fd5aee885a76622f384f6c7ca67d128
Simplify Objective C autorelease pool handling

* src/emacs.c: Remove ns_pool.
(main): Replace ns_pool stuff with call to ns_init_pool.
(Fkill_emacs): The pools are drained automatically when the
application exits, so it's probably not worth draining the pool here.
(decode_env_path): No longer required as this is handled by
`outerpool' defined in nsterm.m.
* src/nsterm.h:
* src/nsterm.m (ns_init_pool): New function.
src/emacs.c
src/nsterm.h
src/nsterm.m