(Finsert_file_contents): Use xfree.

This commit is contained in:
Dave Love
1999-03-07 15:53:09 +00:00
parent 0a51cf3d98
commit 68cfd85324

View File

@@ -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));
}