mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
* 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:
@@ -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
|
||||
|
||||
@@ -143,11 +143,6 @@ namespace ProcessHacker
|
||||
throw new Exception(GetLastErrorMessage());
|
||||
}
|
||||
|
||||
~ProcessHandle()
|
||||
{
|
||||
this.Dispose();
|
||||
}
|
||||
|
||||
public int Handle
|
||||
{
|
||||
get { return _handle; }
|
||||
|
||||
Reference in New Issue
Block a user