diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fileio.c b/src/fileio.c index a55e07973cc..04c12858e4c 100644 --- a/src/fileio.c +++ b/src/fileio.c @@ -3843,7 +3843,7 @@ actually used.") if (how_much < 0) { - free (conversion_buffer); + xfree (conversion_buffer); if (how_much == -1) error ("IO error reading %s: %s", @@ -3865,7 +3865,7 @@ actually used.") if (bufpos == inserted) { - free (conversion_buffer); + xfree (conversion_buffer); close (fd); specpdl_ptr--; /* Truncate the buffer to the size of the file. */ |
