mirror of
https://github.com/mirror/processhacker
synced 2026-06-08 16:03:24 +00:00
fixed major process properties memory leak
git-svn-id: svn://svn.code.sf.net/p/processhacker/code@2597 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
@@ -5,6 +5,7 @@ Process Hacker
|
||||
* System Idle Process threads are shown
|
||||
* FIXED:
|
||||
* #2926287 - "Scroll Problems with Microsoft Intellipoint Mouse"
|
||||
* Major process properties memory leak
|
||||
|
||||
1.10
|
||||
* NEW/IMPROVED:
|
||||
|
||||
@@ -397,7 +397,10 @@ namespace ProcessHacker
|
||||
|
||||
// Remove the process handle from the shared waiter.
|
||||
if (_processHandle != null)
|
||||
{
|
||||
Program.SharedWaiter.Remove(_processHandle);
|
||||
Program.SharedWaiter.ObjectSignaled -= SharedWaiter_ObjectSignaled;
|
||||
}
|
||||
|
||||
if (_processImage != null)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user