From b765f1fe83a0df149ad783f7dae8ea01f71e680d Mon Sep 17 00:00:00 2001 From: Jan Djärv Date: Wed, 11 Jun 2014 19:57:51 +0200 Subject: Fix memory leaks * macfont.m (macfont_draw): positions where not freed. * nsterm.h (EmacsApp): Always compile in shouldKeepRunning, isFirst on Cocoa. * nsterm.m (run): Always compile for Cocoa. Use runtime check to determine 10.9. Fixes: debbugs:17751 --- src/ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 5fec848154b..6733cf176ca 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,13 @@ +2014-06-11 Jan Djärv + + * nsterm.h (EmacsApp): Always compile in shouldKeepRunning, isFirst + on Cocoa. + + * nsterm.m (run): Always compile for Cocoa. Use runtime check to + determine 10.9 (Bug#17751). + + * macfont.m (macfont_draw): positions where not freed. + 2014-06-10 Dmitry Antipov * dispextern.h (PREPARE_FACE_FOR_DISPLAY): Remove as a duplicate of ... -- cgit v1.2.1