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:
wj32
2010-01-10 07:50:48 +00:00
parent a133504646
commit 33b5291dcd
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -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)
{