- Fix a leakage during DC deletion (introduced in revision 773), spotted by Samuel Serapion.

svn path=/trunk/; revision=32260
This commit is contained in:
Aleksey Bragin 2008-02-10 13:06:53 +00:00
parent 29ad9dab05
commit 9791a75ef7

View 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 );