Commit in reactos/lib/user32/windows on MAIN
bitmap.c+2-21.33 -> 1.34
gdi handle leak fixed - taskmgr no longer leaks gdi handles whilest sitting still. (why on earth was this commented out?!?!??!)

reactos/lib/user32/windows
bitmap.c 1.33 -> 1.34
diff -u -r1.33 -r1.34
--- bitmap.c	5 Oct 2004 22:08:56 -0000	1.33
+++ bitmap.c	19 Dec 2004 05:00:22 -0000	1.34
@@ -16,7 +16,7 @@
  *  along with this program; if not, write to the Free Software
  *  Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  */
-/* $Id: bitmap.c,v 1.33 2004/10/05 22:08:56 gvg Exp $
+/* $Id: bitmap.c,v 1.34 2004/12/19 05:00:22 royce Exp $
  *
  * PROJECT:         ReactOS user32.dll
  * FILE:            lib/user32/windows/input.c
@@ -582,7 +582,7 @@
     }
 
   RtlFreeHeap(GetProcessHeap(), 0, PrivateInfo);
-  /*DeleteDC(hScreenDc);*/
+  DeleteDC(hScreenDc);
   if (fuLoad & LR_LOADFROMFILE)
     {
       UnmapViewOfFile(BitmapInfo);
CVSspam 0.2.8