Mercurial > hg > xemacs-beta
comparison src/dumper.c @ 3964:a4917b3c97cc
[xemacs-hg @ 2007-05-19 18:04:18 by vins]
Don't close file descriptors that are already closed.
author | vins |
---|---|
date | Sat, 19 May 2007 18:04:19 +0000 |
parents | d674024a8674 |
children | 1ce0622a56a3 |
comparison
equal
deleted
inserted
replaced
3963:d240e1ef5356 | 3964:a4917b3c97cc |
---|---|
2180 pdump_dump_rtables (); | 2180 pdump_dump_rtables (); |
2181 #endif /* not NEW_GC */ | 2181 #endif /* not NEW_GC */ |
2182 pdump_dump_root_lisp_objects (); | 2182 pdump_dump_root_lisp_objects (); |
2183 | 2183 |
2184 retry_fclose (pdump_out); | 2184 retry_fclose (pdump_out); |
2185 retry_close (pdump_fd); | 2185 /* pdump_fd is already closed by the preceding call to fclose. |
2186 retry_close (pdump_fd); */ | |
2186 | 2187 |
2187 free (pdump_buf); | 2188 free (pdump_buf); |
2188 | 2189 |
2189 free (pdump_hash); | 2190 free (pdump_hash); |
2190 | 2191 |