Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2009-01-18 19:00:11 +0300
committerZoltan Varga <vargaz@gmail.com>2009-01-18 19:00:11 +0300
commit10cabfadcc1d034571d60581321632e96d717985 (patch)
tree37d065fe30015f12e61d1e060110c43da7d0cac1 /mcs/class/System/System.Diagnostics/ChangeLog
parentc3406ea9664b74ef6e541a6aead45b83a24c7a53 (diff)
2009-01-18 Zoltan Varga <vargaz@gmail.com>
* Process.cs: Avoid closing the duplicated process handle in ProcessWaitHandle, it is done automatically by the WaitHandle.Dispose (). Fixes #464628. svn path=/trunk/mcs/; revision=123738
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index 0c9993ed953..17384f97152 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,8 @@
+2009-01-18 Zoltan Varga <vargaz@gmail.com>
+
+ * Process.cs: Avoid closing the duplicated process handle in
+ ProcessWaitHandle, it is done automatically by the WaitHandle.Dispose ().
+ Fixes #464628.
2008-12-09 Christian Hergert <christian.hergert@gmail.com>