/[emacs]/emacs/src/fileio.c
ViewVC logotype

Diff of /emacs/src/fileio.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.514 by monnier, Wed Sep 15 00:28:03 2004 UTC revision 1.515 by handa, Wed Sep 29 23:41:54 2004 UTC
# Line 4260  actually used.  */) Line 4260  actually used.  */)
4260        if (how_much < 0)        if (how_much < 0)
4261          {          {
4262            xfree (conversion_buffer);            xfree (conversion_buffer);
4263              coding_free_composition_data (&coding);
4264            if (how_much == -1)            if (how_much == -1)
4265              error ("IO error reading %s: %s",              error ("IO error reading %s: %s",
4266                     SDATA (orig_filename), emacs_strerror (errno));                     SDATA (orig_filename), emacs_strerror (errno));
# Line 4282  actually used.  */) Line 4282  actually used.  */)
4282        if (bufpos == inserted)        if (bufpos == inserted)
4283          {          {
4284            xfree (conversion_buffer);            xfree (conversion_buffer);
4285              coding_free_composition_data (&coding);
4286            emacs_close (fd);            emacs_close (fd);
4287            specpdl_ptr--;            specpdl_ptr--;
4288            /* Truncate the buffer to the size of the file.  */            /* Truncate the buffer to the size of the file.  */

Legend:
Removed from v.1.514  
changed lines
  Added in v.1.515

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26