* 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
This commit is contained in:
wj32
2008-12-12 23:55:39 +00:00
parent ff8d8262bd
commit fe654db420
2 changed files with 3 additions and 5 deletions
+3
View File
@@ -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
-5
View File
@@ -143,11 +143,6 @@ namespace ProcessHacker
throw new Exception(GetLastErrorMessage());
}
~ProcessHandle()
{
this.Dispose();
}
public int Handle
{
get { return _handle; }