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.") if (lseek (fd, XINT (beg), 0) < 0) { - free (conversion_buffer); + xfree (conversion_buffer); report_file_error ("Setting file position", Fcons (orig_filename, Qnil)); }