diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/fileio.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fileio.c b/src/fileio.c index f063c956c01..17b83f63735 100644 --- a/src/fileio.c +++ b/src/fileio.c | |||
| @@ -3766,7 +3766,7 @@ actually used.") | |||
| 3766 | 3766 | ||
| 3767 | if (lseek (fd, XINT (beg), 0) < 0) | 3767 | if (lseek (fd, XINT (beg), 0) < 0) |
| 3768 | { | 3768 | { |
| 3769 | free (conversion_buffer); | 3769 | xfree (conversion_buffer); |
| 3770 | report_file_error ("Setting file position", | 3770 | report_file_error ("Setting file position", |
| 3771 | Fcons (orig_filename, Qnil)); | 3771 | Fcons (orig_filename, Qnil)); |
| 3772 | } | 3772 | } |