Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
a36837e4
Commit
a36837e4
authored
Aug 18, 1999
by
Dave Love
Browse files
(Finsert_file_contents): Use xfree.
parent
495fa05e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
src/fileio.c
src/fileio.c
+2
-2
No files found.
src/fileio.c
View file @
a36837e4
...
...
@@ -3843,7 +3843,7 @@ actually used.")
if
(
how_much
<
0
)
{
free
(
conversion_buffer
);
x
free
(
conversion_buffer
);
if
(
how_much
==
-
1
)
error
(
"IO error reading %s: %s"
,
...
...
@@ -3865,7 +3865,7 @@ actually used.")
if
(
bufpos
==
inserted
)
{
free
(
conversion_buffer
);
x
free
(
conversion_buffer
);
close
(
fd
);
specpdl_ptr
--
;
/* Truncate the buffer to the size of the file. */
...
...
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