diff options
Diffstat (limited to 'bundle.c')
-rw-r--r-- | bundle.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -333,6 +333,7 @@ int create_bundle(struct bundle_header *header, const char *path, write_or_die(rls.in, sha1_to_hex(object->sha1), 40); write_or_die(rls.in, "\n", 1); } + close(rls.in); if (finish_command(&rls)) return error ("pack-objects died"); |