- Fix a leakage during DC deletion (introduced in revision 773), spotted by Samuel...
authorAleksey Bragin <aleksey@reactos.org>
Sun, 10 Feb 2008 13:06:53 +0000 (13:06 +0000)
committerAleksey Bragin <aleksey@reactos.org>
Sun, 10 Feb 2008 13:06:53 +0000 (13:06 +0000)
svn path=/trunk/; revision=32260

reactos/subsystems/win32/win32k/objects/dc.c

index c87c2e2..ced7e70 100644 (file)
@@ -997,9 +997,7 @@ IntGdiDeleteDC(HDC hDC, BOOL Force)
   {
     NtGdiDeleteObject (DCToDelete->w.hGCClipRgn);
   }
-#if 0 /* FIXME */
   PATH_DestroyGdiPath (&DCToDelete->w.path);
-#endif
 
   DC_UnlockDc( DCToDelete );
   DC_FreeDC ( hDC );