comparison src/emacs.c @ 17563:b696f990c544

(sort_args): Free the malloc'd memory.
author Richard M. Stallman <rms@gnu.org>
date Fri, 25 Apr 1997 19:42:38 +0000
parents f29f51d8a21f
children b0aa97f95c05
comparison
equal deleted inserted replaced
17562:512c5e112d10 17563:b696f990c544
1317 for (i = 0; i < options[best]; i++) 1317 for (i = 0; i < options[best]; i++)
1318 argv[best + i + 1] = 0; 1318 argv[best + i + 1] = 0;
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
1324 DEFUN ("kill-emacs", Fkill_emacs, Skill_emacs, 0, 1, "P", 1328 DEFUN ("kill-emacs", Fkill_emacs, Skill_emacs, 0, 1, "P",
1325 "Exit the Emacs job and kill it.\n\ 1329 "Exit the Emacs job and kill it.\n\
1326 If ARG is an integer, return ARG as the exit program code.\n\ 1330 If ARG is an integer, return ARG as the exit program code.\n\