aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/emacs.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/emacs.c b/src/emacs.c
index a8bd976e734..ed5f89160c3 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -1319,6 +1319,10 @@ sort_args (argc, argv)
1319 } 1319 }
1320 1320
1321 bcopy (new, argv, sizeof (char *) * argc); 1321 bcopy (new, argv, sizeof (char *) * argc);
1322
1323 free (options);
1324 free (new);
1325 free (priority);
1322} 1326}
1323 1327
1324DEFUN ("kill-emacs", Fkill_emacs, Skill_emacs, 0, 1, "P", 1328DEFUN ("kill-emacs", Fkill_emacs, Skill_emacs, 0, 1, "P",