Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0bf591da
Commit
0bf591da
authored
Apr 25, 1997
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(sort_args): Free the malloc'd memory.
parent
cb159457
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
src/emacs.c
src/emacs.c
+4
-0
No files found.
src/emacs.c
View file @
0bf591da
...
...
@@ -1319,6 +1319,10 @@ sort_args (argc, argv)
}
bcopy
(
new
,
argv
,
sizeof
(
char
*
)
*
argc
);
free
(
options
);
free
(
new
);
free
(
priority
);
}
DEFUN
(
"kill-emacs"
,
Fkill_emacs
,
Skill_emacs
,
0
,
1
,
"P"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment