]> git.eshelyaron.com Git - emacs.git/commit
Fix memory leak
authorAlan Third <alan@idiocy.org>
Sat, 20 Feb 2021 20:40:56 +0000 (20:40 +0000)
committerAlan Third <alan@idiocy.org>
Sat, 20 Feb 2021 20:42:11 +0000 (20:42 +0000)
commite6842038c9c48131503804b139872bd565a245d9
tree366465b847eb9062cf5bdadb2d42587f8b786b7f
parentcf95b53405772d2f5bd5da91e57184f3de28a7f4
Fix memory leak

* src/nsterm.m ([EmacsSurface dealloc]): Release will remove all
objects and free the memory.
src/nsterm.m