diff options
author | Derrick Stolee <stolee@gmail.com> | 2020-04-24 09:17:16 -0400 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2020-04-24 13:09:49 -0700 |
commit | 6c7ff7cf7f431e4accf360c018149d1e263eaf06 (patch) | |
tree | 5c244a9b0d966aeeecdf6558afb5395e13a0c5ec /compat/win32 | |
parent | pack-objects: consider packs in multi-pack-index (diff) | |
download | tgif-6c7ff7cf7f431e4accf360c018149d1e263eaf06.tar.xz |
multi-pack-index: close file descriptor after mmap
The multi-pack-index subsystem was not closing its file descriptor
after memory-mapping the file contents. After this mmap() succeeds,
there is no need to keep the file descriptor open. In fact, there
is signficant reason to close it so we do not run out of
descriptors.
Signed-off-by: Derrick Stolee <dstolee@microsoft.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'compat/win32')
0 files changed, 0 insertions, 0 deletions