diff options
author | Filipe David Borba Manana <fdmanana@apache.org> | 2010-09-25 11:26:39 +0000 |
---|---|---|
committer | Filipe David Borba Manana <fdmanana@apache.org> | 2010-09-25 11:26:39 +0000 |
commit | 0d173b449108658f9e6404a52303a985565b8315 (patch) | |
tree | 87cf66aaf5063f5665dc83145e45b6f4fe33d51d /utils/Makefile.am | |
parent | 64f1cadf879be49298a4364c15c308a1ac98123c (diff) |
Explicitely close the file descriptor. It doesn't hurt.
Also, since we open the file in 'raw' mode, I suspect the file descriptor is not closed when the couch_file server dies.
From erl -man file:
"The raw option allows faster access to a file, because no Erlang process is needed to handle the file."
For me, no Erlang process handling the file means that it's likely the file is not closed by any other process.
git-svn-id: https://svn.apache.org/repos/asf/couchdb/trunk@1001196 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'utils/Makefile.am')
0 files changed, 0 insertions, 0 deletions