fixed GDI handle leak

git-svn-id: svn://svn.code.sf.net/p/processhacker/code@4337 21ef857c-d57f-4fe0-8362-d861dc6d29cd
This commit is contained in:
wj32
2011-07-15 00:22:07 +00:00
parent b12d2cc56b
commit b19fd1348e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -9,6 +9,7 @@ Process Hacker
information for Windows 7
* FIXED:
* Crash when sorting by Time Stamp
* GDI handle leak in drag selection
2.18
* NEW/IMPROVED:
+1
View File
@@ -5170,6 +5170,7 @@ VOID PhTnpDrawSelectionRectangle(
drewWithAlpha = TRUE;
SelectObject(tempDc, oldBitmap);
DeleteObject(bitmap);
}
DeleteDC(tempDc);