From fe654db42026bed6fb3a778d060074bdf9fdff72 Mon Sep 17 00:00:00 2001 From: wj32 Date: Fri, 12 Dec 2008 23:55:39 +0000 Subject: [PATCH] * Fixed huge regression caused by revision #250 in Win32.ProcessHandle.~ProcessHandle() git-svn-id: svn://svn.code.sf.net/p/processhacker/code@269 21ef857c-d57f-4fe0-8362-d861dc6d29cd --- trunk/CHANGELOG.txt | 3 +++ trunk/ProcessHacker/Win32.cs | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/trunk/CHANGELOG.txt b/trunk/CHANGELOG.txt index 66f82087f..6e1de1fff 100644 --- a/trunk/CHANGELOG.txt +++ b/trunk/CHANGELOG.txt @@ -1,5 +1,8 @@ Process Hacker +1.2.5.1 + * Fixed huge regression caused by revision #250 in Win32.ProcessHandle.~ProcessHandle() + 1.2.5.0 * Fixed wrong usernames when Process Hacker is running as a non-admin user * Gets command line of processes without using Injector diff --git a/trunk/ProcessHacker/Win32.cs b/trunk/ProcessHacker/Win32.cs index ce5f0b6bf..6c6311479 100644 --- a/trunk/ProcessHacker/Win32.cs +++ b/trunk/ProcessHacker/Win32.cs @@ -143,11 +143,6 @@ namespace ProcessHacker throw new Exception(GetLastErrorMessage()); } - ~ProcessHandle() - { - this.Dispose(); - } - public int Handle { get { return _handle; }