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.") | |||
| 3843 | 3843 | ||
| 3844 | if (how_much < 0) | 3844 | if (how_much < 0) |
| 3845 | { | 3845 | { |
| 3846 | free (conversion_buffer); | 3846 | xfree (conversion_buffer); |
| 3847 | 3847 | ||
| 3848 | if (how_much == -1) | 3848 | if (how_much == -1) |
| 3849 | error ("IO error reading %s: %s", | 3849 | error ("IO error reading %s: %s", |
| @@ -3865,7 +3865,7 @@ actually used.") | |||
| 3865 | 3865 | ||
| 3866 | if (bufpos == inserted) | 3866 | if (bufpos == inserted) |
| 3867 | { | 3867 | { |
| 3868 | free (conversion_buffer); | 3868 | xfree (conversion_buffer); |
| 3869 | close (fd); | 3869 | close (fd); |
| 3870 | specpdl_ptr--; | 3870 | specpdl_ptr--; |
| 3871 | /* Truncate the buffer to the size of the file. */ | 3871 | /* Truncate the buffer to the size of the file. */ |