summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-05-23 12:39:05 -0400
committerNick Mathewson <nickm@torproject.org>2012-05-23 12:39:05 -0400
commitab1b81e838150ae070b1c6818b9c95faeea56c06 (patch)
tree34f8de513fb1081b717f9477cfa79fd8f35498fb /changes
parent75fc4dbbcabaedc715f0f9e883ccab1c9634e787 (diff)
downloadtor-ab1b81e838150ae070b1c6818b9c95faeea56c06.tar.gz
tor-ab1b81e838150ae070b1c6818b9c95faeea56c06.zip
Close the windows file handle after CreateFileMapping; it isn't needed
I did the changes file; the rest came pseudonymously
Diffstat (limited to 'changes')
-rw-r--r--changes/close_file_handle4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/close_file_handle b/changes/close_file_handle
new file mode 100644
index 0000000000..128ef81987
--- /dev/null
+++ b/changes/close_file_handle
@@ -0,0 +1,4 @@
+ o Minor bugfixes:
+ - Don't hold a windows file handle open for every file mapping;
+ the file mapping handle is sufficient. Fix for bug 5951; bugfix on
+ 0.1.2.1-alpha.